wok-next rev 3488
Up: neon
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Jun 17 16:30:15 2009 +0000 (2009-06-17) |
parents | 1f45b489d489 |
children | 41b588226a83 |
files | neon/receipt |
line diff
1.1 --- a/neon/receipt Wed Jun 17 16:26:37 2009 +0000 1.2 +++ b/neon/receipt Wed Jun 17 16:30:15 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="neon" 1.7 -VERSION="0.28.3" 1.8 +VERSION="0.28.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Neon HTTP and WebDAV client library" 1.11 MAINTAINER="lehswe@gmail.com" 1.12 @@ -16,7 +16,9 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.16 - --with-ssl=openssl --mandir=/usr/share/man $CONFIGURE_ARGS && 1.17 + --with-ssl=openssl --mandir=/usr/share/man \ 1.18 + --enable-shared --disable-static \ 1.19 + $CONFIGURE_ARGS && 1.20 make && 1.21 make DESTDIR=$PWD/_pkg install 1.22 }