diff --git a/srcpkgs/fdupes/template b/srcpkgs/fdupes/template new file mode 100644 index 0000000000..4773bb4681 --- /dev/null +++ b/srcpkgs/fdupes/template @@ -0,0 +1,26 @@ +# Template file for 'fdupes' +pkgname=fdupes +version=1.51 +revision=1 +distfiles="https://fdupes.googlecode.com/files/fdupes-${version}.tar.gz" +checksum="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881" +build_style=gnu-makefile +only_for_archs="i686 x86_64" +maintainer="Steven R " +homepage="https://code.google.com/p/fdupes/" +license="MIT" +short_desc="Identifying or deleting duplicate files residing within specified directories" + +do_install() { + vmkdir "usr/bin" + vmkdir "usr/share/man/man1/" + vinstall "./fdupes" 755 "usr/bin" + vinstall "./fdupes.1" 644 "usr/share/man/man.1" +} + +fdupes_package() { + depends="glibc" + pkg_install() { + vmove all + } +}