wok-6.x diff gperf/receipt @ rev 19433
syslinux/taziso: parse 64bit kernels
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 02 15:40:25 2016 +0200 (2016-10-02) |
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 Oct 02 15:40:25 2016 +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.