CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
curl: updated to 7.19.7 and fixed identation
authorJose V Beneyto <sepen@crux.nu>
Mon, 14 Dec 2009 12:09:57 +0000 (13:09 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 14 Dec 2009 12:09:57 +0000 (13:09 +0100)
curl/.md5sum
curl/Pkgfile

index eb2c9cc0075e2939cbfde9e42370bdf71143a036..aa690ff09bef4c6095cb6673acef0d5023c84537 100644 (file)
@@ -1 +1 @@
-426d161661dce70c8ea9ad8f553363a3  curl-7.19.5.tar.bz2
+79a8fbb2eed5464b97bdf94bee109380  curl-7.19.7.tar.bz2
index 6f5c6826eac1d44e21624ce40fe3177a155fd814..f8c92ec8692414ed7979b8fedfa7324d6c7ade1b 100644 (file)
@@ -5,19 +5,21 @@
 # Depends on: openssl zlib
 
 name=curl
 # 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() {
 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
 }
 }