# Depends on: openssl zlib
name=curl
-version=7.19.5
+version=7.19.7
release=1
source=(http://curl.haxx.se/download/$name-$version.tar.bz2)
build() {
- cd $name-$version
- echo "ac_cv_file___dev_urandom_=yes" > config.cache
- ./configure --build=$CHOST \
- --host=$CTARGET \
- --prefix=/usr \
- --mandir=/usr/man \
- --enable-ipv6 \
- --cache-file=config.cache
- make
- make DESTDIR=$PKG install
+ cd $name-$version
+
+ echo "ac_cv_file___dev_urandom_=yes" > config.cache
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr \
+ --mandir=/usr/man \
+ --enable-ipv6 \
+ --cache-file=config.cache
+
+ make
+ make DESTDIR=$PKG install
}