#Packager: Richard Lapointe pkgname=k9copy pkgver=3.0.3 pkgrel=1rl source=("http://sourceforge.net/projects/k9copy-reloaded/files/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://sourceforge.net/projects/k9copy-reloaded slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "k9copy (A small utility to copy DVD)" "K9copy-Reloaded is the continuation of K9copy. K9Copy facilitates" "several methods for backing up a DVD. The software enables direct" "backup of a single layer DVD-5 provided the user's computer has a DVD}" "recorder. Likewise, direct backup of a dual layer DVD-9 is possible" "with a dual layer DVD recorder." ) build() { cd $startdir/src/$pkgname cmake -DCMAKE_INSTALL_PREFIX=/usr -DQT5_BUILD=OFF make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }