wok-next diff apr-util/receipt @ rev 1458
apr-util icon-naming-utils irssi mcabber pygobject: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 03 17:20:31 2008 +0000 (2008-10-03) |
parents | 03a799424aaa |
children | d86a706d7fcd |
line diff
1.1 --- a/apr-util/receipt Fri Sep 26 09:21:16 2008 +0000 1.2 +++ b/apr-util/receipt Fri Oct 03 17:20:31 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Apache Portable Runtime Library Utilities" 1.5 MAINTAINER="lehswe@gmail.com" 1.6 DEPENDS="apr" 1.7 +BUILD_DEPENDS="apr" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://apr.apache.org" 1.10 WGET_URL="http://apache.jumper.nu/apr/$TARBALL" 1.11 @@ -15,8 +16,8 @@ 1.12 { 1.13 cd $src 1.14 ./configure --with-apr=/usr/bin --prefix=/usr --infodir=/usr/share/info \ 1.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.16 - make 1.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21