[arch-commits] CVS update of extra/network/alpine (PKGBUILD alpine.install)

Eric Belanger eric at archlinux.org
Mon Feb 11 01:59:57 UTC 2008


    Date: Sunday, February 10, 2008 @ 20:59:57
  Author: eric
    Path: /home/cvs-extra/extra/network/alpine

   Added: PKGBUILD (1.1) alpine.install (1.1)

upgpkg: alpine 1.00-6
    adding in extra to replace pine


----------------+
 PKGBUILD       |   31 +++++++++++++++++++++++++++++++
 alpine.install |    7 +++++++
 2 files changed, 38 insertions(+)


Index: extra/network/alpine/PKGBUILD
diff -u /dev/null extra/network/alpine/PKGBUILD:1.1
--- /dev/null	Sun Feb 10 20:59:57 2008
+++ extra/network/alpine/PKGBUILD	Sun Feb 10 20:59:57 2008
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD,v 1.1 2008/02/11 01:59:57 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Fabio Scotoni <fabio at esse.ch>
+
+pkgname=alpine
+pkgver=1.00
+pkgrel=6
+pkgdesc="The Apache-licensed PINE (a tool for reading, sending, and managing electronic messages)"
+arch=('i686' 'x86_64')
+url="http://www.washington.edu/alpine/"
+license=('APACHE')
+depends=('libldap' 'heimdal' 'gettext')
+provides=('pine')
+conflicts=('pine')
+replaces=('pine')
+options=('!makeflags')
+install=alpine.install
+source=(ftp://ftp.cac.washington.edu/$pkgname/$pkgname.tar.bz2 \
+        http://staff.washington.edu/chappa/alpine/patches/alpine-1.00/all.patch.gz)
+md5sums=('c5dad25d8f848cad0e3077edd3038c43' '5af7cbe64a951166905255522ad160d6')
+sha1sums=('1eae937d385f5a844fd52096fe428471928439fc' 'a23dada441282bf4bd84871d3c92e44ec2d0114f')
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  patch -p1 < ../all.patch || return 1
+  ./configure --prefix=/usr --without-passfile --without-tcl \
+    --disable-shared --with-system-pinerc=/etc/alpine.d/pine.conf \
+    --with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed
+  make || return 1
+  make DESTDIR=$startdir/pkg install || return 1
+}
Index: extra/network/alpine/alpine.install
diff -u /dev/null extra/network/alpine/alpine.install:1.1
--- /dev/null	Sun Feb 10 20:59:57 2008
+++ extra/network/alpine/alpine.install	Sun Feb 10 20:59:57 2008
@@ -0,0 +1,7 @@
+post_install() {
+  echo "==> If you need spell-checking support, please install aspell"
+}
+
+post_upgrade() {
+  post_install $1
+}




More information about the arch-commits mailing list