wok-next diff rp-pppoe/receipt @ rev 16596
Add piclass-code-examples (with 8x8 examples)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 07 11:14:26 2014 +0200 (2014-05-07) |
parents | 3b4e4318134e |
children | c9e270dd464f |
line diff
1.1 --- a/rp-pppoe/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/rp-pppoe/receipt Wed May 07 11:14:26 2014 +0200 1.3 @@ -10,6 +10,7 @@ 1.4 WEB_SITE="http://www.roaringpenguin.com/products/pppoe" 1.5 WGET_URL="http://www.roaringpenguin.com/files/download/$TARBALL" 1.6 TAGS="network pppoe" 1.7 +HOST_ARCH="i486" 1.8 1.9 BUILD_DEPENDS="ppp" 1.10 1.11 @@ -17,9 +18,9 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src/src 1.15 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.16 - --mandir=/usr/share/man \ 1.17 - $CONFIGURE_ARGS && 1.18 + ./configure \ 1.19 + --prefix=/usr \ 1.20 + $CONFIGURE_ARGS && 1.21 make && 1.22 make DESTDIR=$DESTDIR install 1.23 }