wok diff neon/receipt @ rev 3780

tazpkg-web:search.cgi display description.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 30 18:46:38 2009 +0200 (2009-07-30)
parents 51f8dbd12d95
children 7b77e8c43460
line diff
     1.1 --- a/neon/receipt	Tue Dec 16 11:01:44 2008 +0000
     1.2 +++ b/neon/receipt	Thu Jul 30 18:46:38 2009 +0200
     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  }