wok diff findutils/receipt @ rev 16554

slitaz-i18n: actualize build_depends list, add "ar" to locale_pack.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 30 10:05:22 2014 +0000 (2014-04-30)
parents 52bbb253bbef
children 9e01bc6321ea
line diff
     1.1 --- a/findutils/receipt	Tue Sep 14 10:39:53 2010 +0000
     1.2 +++ b/findutils/receipt	Wed Apr 30 10:05:22 2014 +0000
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="GNU utilities and tools to find/locate."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="glibc-base slitaz-base-files"
     1.8 +LICENSE="GPL3"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.gnu.org/software/findutils/"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="glibc-base slitaz-base-files"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -22,15 +24,15 @@
    1.19  		--mandir=/usr/share/man \
    1.20  		$CONFIGURE_ARGS &&
    1.21  	make &&
    1.22 -	make DESTDIR=$PWD/_pkg install
    1.23 +	make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr/bin
    1.30 -	cp -a $_pkg/usr/bin $fs/usr
    1.31 -	cp -a $_pkg/usr/lib $fs/usr
    1.32 +	cp -a $install/usr/bin $fs/usr
    1.33 +	cp -a $install/usr/lib $fs/usr
    1.34  }
    1.35  
    1.36  # Remove Busybox symlink before installing