wok diff curl/receipt @ rev 10263
Up: gnustep-make to 2.6.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 04:44:08 2011 +0000 (2011-05-21) |
parents | 86fe5649244d |
children | 1518333a0bc2 |
line diff
1.1 --- a/curl/receipt Fri Feb 18 00:55:25 2011 +0000 1.2 +++ b/curl/receipt Sat May 21 04:44:08 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="curl" 1.7 -VERSION="7.21.4" 1.8 +VERSION="7.21.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Tool and libs for transferring files with URL syntax." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,14 +16,10 @@ 1.13 { 1.14 cd $src 1.15 ./configure \ 1.16 - --prefix=/usr \ 1.17 - --infodir=/usr/share/info \ 1.18 - --mandir=/usr/share/man \ 1.19 --disable-ldap \ 1.20 --without-libidn \ 1.21 $CONFIGURE_ARGS && 1.22 - make && 1.23 - make DESTDIR=$PWD/_pkg install 1.24 + make && make install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.