wok rev 1533

ptlib: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 09 18:18:45 2008 +0000 (2008-10-09)
parents e89ce4b14066
children 12653b25564c
files ptlib/receipt
line diff
     1.1 --- a/ptlib/receipt	Thu Oct 09 18:14:20 2008 +0000
     1.2 +++ b/ptlib/receipt	Thu Oct 09 18:18:45 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