wok diff ppp/receipt @ rev 3429
Remove all last deps on libiconv
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jun 13 13:32:50 2009 +0200 (2009-06-13) |
parents | 942d5b5c8ec1 |
children | b315a2103f94 |
line diff
1.1 --- a/ppp/receipt Mon Jun 23 20:33:44 2008 +0000 1.2 +++ b/ppp/receipt Sat Jun 13 13:32:50 2009 +0200 1.3 @@ -8,14 +8,15 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://ppp.samba.org/" 1.6 WGET_URL="ftp://ftp.samba.org/pub/ppp/$TARBALL" 1.7 +CONFIG_FILES="/etc/ppp" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 cd $src 1.13 ./configure --prefix=/usr --mandir=/usr/share/man \ 1.14 - $CONFIGURE_ARGS 1.15 - make 1.16 + $CONFIGURE_ARGS && 1.17 + make && 1.18 make DESTDIR=$PWD/_pkg/usr install 1.19 } 1.20