#Packager: Tim Beech #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=ftwin pkgver=0.8.5 pkgrel=1tjb #arch=noarch source=(ftwin-0.8.5.tar.gz) sourcetemplate=http://people.salixos.org/mimosa/packages/$pkgname/$pkgver/ docs=("readme" "install" "copying" "change*" "authors" "news" "todo" "license" "known_bugs" "examples" "version") url=http://fossies.org/unix/privat/ftwin-0.8.5.tar.gz/ # not under active development #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ftwin - a console application to search for duplicate files" "ftwin is a command line utility to search for duplicates. ftwin -h" "gives information about the options, which include recursive searches" "within a directory." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --mandir=/usr/man --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg #chmod -R go-w $startdir/pkg/usr/doc }