CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fetchmail: updated to 6.3.17
authorVictor Martinez <pitillo@ono.com>
Thu, 8 Jul 2010 07:30:14 +0000 (07:30 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 8 Jul 2010 07:30:14 +0000 (07:30 +0000)
fetchmail/.md5sum
fetchmail/Pkgfile

index 2eaacd6c3ab5a1970b8ddc506856e75f11531ca5..adec2b4e122ce29aa5c035106cf0c0ac75e931fc 100644 (file)
@@ -1 +1 @@
-db792fb311bc358e95ed0437389269ac  fetchmail-6.3.13.tar.bz2
+7b1d449ecddb6164e22c32854adc4a75  fetchmail-6.3.17.tar.bz2
index c63dd92ed9f97aa811e0fa4db848ae196edaedff..c9d240ebc486407a25ae505d5422f6ec052465a8 100644 (file)
@@ -5,23 +5,23 @@
 # Depends on: openssl
 
 name=fetchmail
-version=6.3.13
+version=6.3.17
 release=1
 source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
 
 build() {
-    cd $name-$version
+  cd $name-$version
 
-    ./configure --build=$CHOST \
-                --host=$CTARGET \
-                --prefix=/usr \
-                --mandir=/usr/man \
-                --with-ssl=/usr \
-                --disable-nls
-    make
-    make DESTDIR=$PKG install
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man \
+              --with-ssl=/usr \
+              --disable-nls
+  make
+  make DESTDIR=$PKG install
 
-    rm -rf $PKG/usr/bin/fetchmailconf \
-           $PKG/usr/man/man?/fetchmailconf.? \
-           $PKG/usr/lib
+  rm -rf $PKG/usr/bin/fetchmailconf \
+    $PKG/usr/man/man?/fetchmailconf.? \
+    $PKG/usr/lib
 }