# HG changeset patch # User Pascal Bellard # Date 1223576325 0 # Node ID 1fdf6903cd8919cbfed16f63e85951bf7a8ee380 # Parent e89ce4b14066436dfb26d3788fd78dc1d675012a ptlib: update BUILD_DEPENDS diff -r e89ce4b14066 -r 1fdf6903cd89 ptlib/receipt --- a/ptlib/receipt Thu Oct 09 18:14:20 2008 +0000 +++ b/ptlib/receipt Thu Oct 09 18:18:45 2008 +0000 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ekiga.org/" WGET_URL="$WEB_SITE/admin/downloads/latest/sources/sources/$TARBALL" -BUILD_DEPENDS="pwlib pwlib-dev" +BUILD_DEPENDS="pkg-config bison" # Rules to configure and make the package. compile_rules() @@ -16,8 +16,8 @@ cd $src ./configure --prefix=/usr --bindir=/bin \ --libexecdir=/usr/bin --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }