From e392819937e37aa7f33ba83bb3e23bb1ccabaa37 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 Jun 2011 22:48:58 +0000 Subject: Sat Jun 11 22:48:58 UTC 2011 --- extra/re-alpine/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 extra/re-alpine/PKGBUILD (limited to 'extra/re-alpine/PKGBUILD') diff --git a/extra/re-alpine/PKGBUILD b/extra/re-alpine/PKGBUILD new file mode 100644 index 000000000..9293744c9 --- /dev/null +++ b/extra/re-alpine/PKGBUILD @@ -0,0 +1,38 @@ +# $Id: PKGBUILD 125747 2011-05-29 05:24:41Z eric $ +# Maintainer: Eric BĂ©langer +# Contributor: Smith Dhumbumroong + +pkgname=re-alpine +pkgver=2.02 +pkgrel=3 +pkgdesc="The continuation of the Alpine email client from University of Washington" +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/re-alpine/" +license=('APACHE') +depends=('libldap' 'krb5') +optdepends=('aspell: spell-checking support' + 'hunspell: spell-checking support') +provides=('pine' 'alpine') +conflicts=('pine' 'alpine') +replaces=('pine' 'alpine') +options=('!makeflags') +source=(http://downloads.sourceforge.net/project/re-alpine/${pkgname}-${pkgver}.tar.bz2 + maildir.patch) +md5sums=('5e75826b15f05674856be8618bdefdfb' + '8d7a0e8d940e84e978f50266405c7361') +sha1sums=('9c2f13dbc7ca75e7a09f81df607db84694b10fa6' + 'c09a8e42f9dba3e63a3755a9c418af95da721d8d') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 < ../maildir.patch + LIBS+=-lpam ./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 +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf