wok-stable diff neon/receipt @ rev 1830
dbus: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 09 20:16:07 2008 +0000 (2008-12-09) |
parents | 03a799424aaa |
children | a906e8e0aac8 |
line diff
1.1 --- a/neon/receipt Fri Sep 26 09:21:16 2008 +0000 1.2 +++ b/neon/receipt Tue Dec 09 20:16:07 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Neon HTTP and WebDAV client library" 1.5 MAINTAINER="lehswe@gmail.com" 1.6 DEPENDS="" 1.7 +BUILD_DEPENDS="zlib-dev libxml2-dev expat-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.webdav.org/neon" 1.10 WGET_URL="http://www.webdav.org/neon/$TARBALL" 1.11 @@ -15,8 +16,8 @@ 1.12 { 1.13 cd $src 1.14 ./configure --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