#Maintainer: Ajay Kumar G #Former Maintainer: Nigel Bosch pkgname=lsdvd pkgver=0.16 pkgrel=1 zenver=66 arch=i486 source=("http://zenwalk.pinguix.com/user-accounts/ajaykumar/$pkgname/$pkgname-$pkgver.diff.tar.gz" "$pkgname-$pkgver-fixes.patch") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ajaykumar/$pkgname docs=("authors" "copying" "changelog" "news" "readme") url=http://untrepid.com/lsdvd lessdepends=('libdvdcss') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - CLI tool for getting information from and about a DVD" "$pkgname is designed to print information about the contents and" "structure of a DVD. While intended primarily for use by the program" "AcidRip, it's handy enough by itself.. if that's what you want." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }