CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
npkg: fixed source line
[attic/ports/opt-cross.git] / fetchmail / Pkgfile
index 424011fcab861b49c092c631b88e091499cb9df4..c9d240ebc486407a25ae505d5422f6ec052465a8 100644 (file)
@@ -1,27 +1,27 @@
 # Description: A remote-mail retrieval utility
 # URL: http://fetchmail.berlios.de/
 # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # 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
 }