wok diff gperf/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents d1c17bd2c2bc
children 43ec8702a7d1
line diff
     1.1 --- a/gperf/receipt	Mon Dec 02 17:47:06 2013 +0000
     1.2 +++ b/gperf/receipt	Sun Jul 13 13:06:14 2014 -0300
     1.3 @@ -9,17 +9,13 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.gnu.org/software/gperf/"
     1.6  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13 -	./configure \
    1.14 -		--prefix=/usr \
    1.15 -		--mandir=/usr/share/man \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 -	make DESTDIR=$DESTDIR install
    1.19 +	./configure $CONFIGURE_ARGS
    1.20 +	make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.