2013-07-17 23:26:37 +00:00
|
|
|
# Template file for 'fdupes'
|
|
|
|
pkgname=fdupes
|
|
|
|
version=1.51
|
2014-02-22 22:33:34 +00:00
|
|
|
revision=3
|
2013-07-17 23:26:37 +00:00
|
|
|
distfiles="https://fdupes.googlecode.com/files/fdupes-${version}.tar.gz"
|
|
|
|
checksum="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881"
|
2014-02-22 22:33:34 +00:00
|
|
|
maintainer="Steven R <dev@styez.com>"
|
2013-07-17 23:26:37 +00:00
|
|
|
homepage="https://code.google.com/p/fdupes/"
|
|
|
|
license="MIT"
|
|
|
|
short_desc="Identifying or deleting duplicate files residing within specified directories"
|
|
|
|
|
2013-07-18 03:14:24 +00:00
|
|
|
do_build() {
|
2014-04-18 15:19:27 +00:00
|
|
|
make CC="$CC"
|
2013-07-18 03:14:24 +00:00
|
|
|
}
|
|
|
|
|
2013-07-17 23:26:37 +00:00
|
|
|
do_install() {
|
2014-04-18 15:19:27 +00:00
|
|
|
vinstall fdupes 755 usr/bin
|
|
|
|
vinstall fdupes.1 644 usr/share/man/man1
|
2013-07-17 23:26:37 +00:00
|
|
|
}
|