wok-6.x diff lzop/receipt @ rev 16718
Add pifmrds (does not build yet)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 01 17:53:40 2014 +0000 (2014-06-01) |
parents | 7896f0694ef6 |
children | 1cc8dfef2917 |
line diff
1.1 --- a/lzop/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/lzop/receipt Sun Jun 01 17:53:40 2014 +0000 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