[arch-commits] CVS update of extra/network/alpine (ChangeLog PKGBUILD)
Eric Belanger
eric at archlinux.org
Thu Mar 27 02:47:20 UTC 2008
Date: Wednesday, March 26, 2008 @ 22:47:20
Author: eric
Path: /home/cvs-extra/extra/network/alpine
Added: ChangeLog (1.1)
Modified: PKGBUILD (1.1 -> 1.2)
upgpkg: alpine 1.10-1
upstream update, added ChangeLog
-----------+
ChangeLog | 5 +++++
PKGBUILD | 18 +++++++++---------
2 files changed, 14 insertions(+), 9 deletions(-)
Index: extra/network/alpine/ChangeLog
diff -u /dev/null extra/network/alpine/ChangeLog:1.1
--- /dev/null Wed Mar 26 22:47:20 2008
+++ extra/network/alpine/ChangeLog Wed Mar 26 22:47:20 2008
@@ -0,0 +1,5 @@
+2008-03-26 Eric Belanger <eric at archlinux.org>
+
+ * alpine 1.10-1
+ * Upstream update
+ * Added ChangeLog
Index: extra/network/alpine/PKGBUILD
diff -u extra/network/alpine/PKGBUILD:1.1 extra/network/alpine/PKGBUILD:1.2
--- extra/network/alpine/PKGBUILD:1.1 Sun Feb 10 20:59:57 2008
+++ extra/network/alpine/PKGBUILD Wed Mar 26 22:47:20 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.1 2008/02/11 01:59:57 eric Exp $
+# $Id: PKGBUILD,v 1.2 2008/03/27 02:47:20 eric Exp $
# Maintainer: Eric Belanger <eric at archlinux.org>
# Contributor: Fabio Scotoni <fabio at esse.ch>
pkgname=alpine
-pkgver=1.00
-pkgrel=6
+pkgver=1.10
+pkgrel=1
pkgdesc="The Apache-licensed PINE (a tool for reading, sending, and managing electronic messages)"
arch=('i686' 'x86_64')
url="http://www.washington.edu/alpine/"
@@ -15,17 +15,17 @@
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')
+source=(ftp://ftp.cac.washington.edu/${pkgname}/${pkgname}.tar.bz2 \
+ http://staff.washington.edu/chappa/alpine/patches/${pkgname}-${pkgver}/all.patch.gz)
+md5sums=('c507684620766ed091186785a0dccbca' '41e354b6d02e358d3bb993086b4dee4a')
+sha1sums=('fe8f83ad9f5b8e528ee61960877443d518af9eed' '3f791eccd60c2ac769eb6472477c0dcdb2d7b8ec')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ 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
+ make DESTDIR=${startdir}/pkg install || return 1
}
More information about the arch-commits
mailing list