#Packager: Tim Beech pkgname=dupedit pkgver=5.5.1 pkgrel=2tjb #arch=noarch source=(http://nerdvar.com/prog/dupedit/dupedit-5.5.1.tar.bz2) sourcetemplate=http://people.salixos.org/mimosa/packages/$pkgname/$pkgver/ docs=("*gpl*" "readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://dupedit.com/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "dupedit - a program for finding duplicate files" "Dupedit will find all sets of exactly identical files (not filenames)." "It is fast and reliable, and does not use hashing. As the name" "implies, a future goal is to become the ultimate tool for editing" "duplicates, where editing means managing. Dupedit uses inode and" "device numbers to distinguish true duplicates from multiple names of" "the same file (false copies), avoiding the file self-comparison" "hazard. See http://dupedit.com for documentation." ) build() { cd $startdir/src/$pkgname-$pkgver make || return 1 make install PREFIX=$startdir/pkg/usr }