wok-next diff ptlib/receipt @ rev 1650
Add setserial
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 08 13:37:28 2008 +0000 (2008-11-08) |
parents | a6c873b6ecda |
children | d1aba649375c |
line diff
1.1 --- a/ptlib/receipt Thu Sep 25 10:07:08 2008 +0000 1.2 +++ b/ptlib/receipt Sat Nov 08 13:37:28 2008 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.ekiga.org/" 1.6 WGET_URL="$WEB_SITE/admin/downloads/latest/sources/sources/$TARBALL" 1.7 -BUILD_DEPENDS="pwlib pwlib-dev" 1.8 +BUILD_DEPENDS="pkg-config bison" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -16,8 +16,8 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr --bindir=/bin \ 1.15 --libexecdir=/usr/bin --mandir=/usr/share/man \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22