wok-next diff lzop/receipt @ rev 19211
Up python-mako (1.0.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 14 09:54:21 2016 +0200 (2016-06-14) |
parents | 7896f0694ef6 |
children | 35a20e111081 |
line diff
1.1 --- a/lzop/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/lzop/receipt Tue Jun 14 09:54:21 2016 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.lzop.org/" 1.6 WGET_URL="${WEB_SITE}download/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="lzo" 1.10 BUILD_DEPENDS="lzo-dev" 1.11 @@ -16,9 +17,8 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + ./configure \ 1.19 + $CONFIGURE_ARGS && 1.20 make 1.21 } 1.22