wok-next diff apr/receipt @ rev 3077
glib: disable iconv support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 15 10:59:33 2009 +0200 (2009-05-15) |
parents | 03a799424aaa |
children | 0588160a6878 |
line diff
1.1 --- a/apr/receipt Fri Sep 26 09:21:16 2008 +0000 1.2 +++ b/apr/receipt Fri May 15 10:59:33 2009 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Apache Portable Runtime Library" 1.6 MAINTAINER="lehswe@gmail.com" 1.7 -DEPENDS="" 1.8 +DEPENDS="libuuid" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://apr.apache.org" 1.11 WGET_URL="http://apache.jumper.nu/apr/$TARBALL" 1.12 @@ -17,8 +17,8 @@ 1.13 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.14 --with-installbuilddir=/usr/share/apr-1/build \ 1.15 --enable-nonportable-atomics \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22