wok-next diff gperf/receipt @ rev 17297
.hgignore: fix ignore rules
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 30 10:25:56 2014 +0200 (2014-10-30) |
parents | d1c17bd2c2bc |
children | c740762c8991 |
line diff
1.1 --- a/gperf/receipt Mon Dec 02 17:47:06 2013 +0000 1.2 +++ b/gperf/receipt Thu Oct 30 10:25:56 2014 +0200 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.