fdupes: fix cross build.
This commit is contained in:
parent
b2a777ec5b
commit
02e2c867cf
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'fdupes'
|
# Template file for 'fdupes'
|
||||||
pkgname=fdupes
|
pkgname=fdupes
|
||||||
version=1.51
|
version=1.51
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
|
||||||
distfiles="https://fdupes.googlecode.com/files/fdupes-${version}.tar.gz"
|
distfiles="https://fdupes.googlecode.com/files/fdupes-${version}.tar.gz"
|
||||||
checksum="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881"
|
checksum="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
|
@ -10,6 +9,10 @@ homepage="https://code.google.com/p/fdupes/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
short_desc="Identifying or deleting duplicate files residing within specified directories"
|
short_desc="Identifying or deleting duplicate files residing within specified directories"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC="$CC"
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall fdupes 755 usr/bin
|
vinstall fdupes 755 usr/bin
|
||||||
vinstall fdupes.1 644 usr/share/man/man1
|
vinstall fdupes.1 644 usr/share/man/man1
|
||||||
|
@ -19,4 +22,4 @@ fdupes_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue