[arch-commits] CVS update of extra/network/pine (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Dec 11 03:26:41 UTC 2007


    Date: Monday, December 10, 2007 @ 22:26:41
  Author: eric
    Path: /home/cvs-extra/extra/network/pine

Modified: PKGBUILD (1.24 -> 1.25)

upgpkg: pine 4.64-4
applied updated patches, added missing utilities and man pages, added license


----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 47 insertions(+), 12 deletions(-)


Index: extra/network/pine/PKGBUILD
diff -u extra/network/pine/PKGBUILD:1.24 extra/network/pine/PKGBUILD:1.25
--- extra/network/pine/PKGBUILD:1.24	Mon Apr  9 15:18:24 2007
+++ extra/network/pine/PKGBUILD	Mon Dec 10 22:26:41 2007
@@ -1,22 +1,57 @@
-# $Id: PKGBUILD,v 1.24 2007/04/09 19:18:24 tpowa Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.25 2007/12/11 03:26:41 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+
 pkgname=pine
 pkgver=4.64
-pkgrel=3
+pkgrel=4
 pkgdesc="Tool for reading,sending, and managing electronic messages"
-arch=(i686 x86_64)
-depends=('ncurses' 'openssl')
+arch=('i686' 'x86_64')
 url="http://www.washington.edu/pine"
+license=('custom')
+depends=('ncurses' 'openssl')
+options=('!makeflags')
 source=(ftp://ftp.cac.washington.edu/pine/$pkgname$pkgver.tar.gz
-	http://staff.washington.edu/chappa/pine/patches//$pkgname$pkgver/maildir.patch.gz)
-md5sums=('9cc68749675f1c35a2147a35d2c5b344' '2a409555cc5362c48d553a275944eab1')
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/maildir.patch.gz
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/fancy.patch.gz
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/fillpara.patch.gz
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/scoresortbug.patch.gz
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/stripbug.patch.gz
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/prefixbug.patch.gz
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/operdirbug.patch.gz
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/parentdirbug.patch.gz
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/composerdisplaybug.patch.gz
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/ldapcrashbug.patch.gz
+	http://staff.washington.edu/chappa/pine/patches/$pkgname$pkgver/unverified.patch.gz)
+md5sums=('9cc68749675f1c35a2147a35d2c5b344' 'f8eac0f0d741bd2096ec580b217bcb5b'\
+         'e0d2e45c9c20fee2c2f963ccf3b4eed4' 'aede170285c585a7ef664c060bb413b1'\
+         '4804c5570a314e540171e3aed2e91b16' '982fe098872e8f59c0136b12479485ff'\
+         'a154f2daef6b43f84cb3db490dce4a7d' 'dfd1b857ccfcb627571f397b00737c3a'\
+         'f16d4decbf969396971a74332922f2d1' '4f2ddd279c1516d4bde06a0922a9166a'\
+         '621284a5aea0f57abac6c78e0666f7c8' 'e70480b183baa30f3bc849708006c439')
+sha1sums=('95ed9e9155da28e422e4f2d9b89881862dce9d7b' 'b06db93aaf193a5471f178a1cd0d6e38a0bb8511'\
+          '6cb75bb64110d8c4e3f94f3725157b6fb28cccd6' '4cd46ea9f2aa0c552ca991837c633b099703023a'\
+          'c00cb92b1276977956a74cc32bf3a16996d65843' '183332cbbb298c835b79aa218e8b87d7126bd4c3'\
+          'dd2948d502912152c7548f008e87bdea28268829' 'e0b4521d6e20f74c048c514cd721fa3aac785fa3'\
+          'ebe2406ad121dfd7df6b34b09b203881a936e945' '4a5d757c29cfd04112071722ea4f6dd0caec0b05'\
+          'c4ceb025767061db137a22ba3bec71a766c7eda4' 'bd5fa3baa00bc7afb86c82e0767609c571b3f9e1')
 
 build() {
-  export MAKEFLAGS="-j1"
   cd $startdir/src/$pkgname$pkgver
-  patch -Np1 -i $startdir/src/maildir.patch || return 1
+  patch -p1 < ../maildir.patch || return 1
+  patch -p1 < ../fancy.patch || return 1
+  patch -p1 < ../fillpara.patch || return 1
+  patch -p1 < ../scoresortbug.patch || return 1
+  patch -p1 < ../stripbug.patch || return 1
+  patch -p1 < ../prefixbug.patch || return 1
+  patch -p1 < ../operdirbug.patch || return 1
+  patch -p1 < ../parentdirbug.patch || return 1
+  patch -p1 < ../composerdisplaybug.patch || return 1
+  patch -p1 < ../ldapcrashbug.patch || return 1
+  patch -p1 < ../unverified.patch || return 1
   ./build SSLDIR=/etc/ssl SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib slx
-  cd bin
-  mkdir -p $startdir/pkg/usr/bin
-  cp pico pine $startdir/pkg/usr/bin
+  install -d $startdir/pkg/usr/{bin,man/man1}
+  install -m755 bin/{mailutil,mtest,pico,pilot,pine,rpload,rpdump} $startdir/pkg/usr/bin
+  install -m644 imap/src/mailutil/mailutil.1 $startdir/pkg/usr/man/man1
+  install -m644 doc/{pico.1,pilot.1,pine.1,rpdump.1,rpload.1} $startdir/pkg/usr/man/man1
+  install -D -m644 CPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/COPYRIGHT
 }




More information about the arch-commits mailing list