wok-6.x rev 1838
curl: --disable-ldap
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Dec 11 14:45:41 2008 +0100 (2008-12-11) |
parents | 88bf5a2b55c3 |
children | 4a0fe17bcf52 |
files | curl/receipt |
line diff
1.1 --- a/curl/receipt Thu Dec 11 05:39:17 2008 -0800 1.2 +++ b/curl/receipt Thu Dec 11 14:45:41 2008 +0100 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Tool and libs for transferring files with URL syntax." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="libldap cyrus-sasl openssl" 1.8 +DEPENDS="openssl" 1.9 +BUILD_DEPENDS="openssl-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://curl.haxx.se/" 1.12 WGET_URL="http://curl.haxx.se/download/$TARBALL" 1.13 @@ -14,8 +15,12 @@ 1.14 compile_rules() 1.15 { 1.16 cd $src 1.17 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.18 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.19 + ./configure \ 1.20 + --prefix=/usr \ 1.21 + --infodir=/usr/share/info \ 1.22 + --mandir=/usr/share/man \ 1.23 + --disable-ldap \ 1.24 + $CONFIGURE_ARGS 1.25 make 1.26 make DESTDIR=$PWD/_pkg install 1.27 }