summaryrefslogtreecommitdiff
path: root/community/gnumail
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-27 22:24:53 +0000
committerroot <root@rshg047.dnsready.net>2011-04-27 22:24:53 +0000
commit18d6577d511b9a1ac36eaae50060133a401e42a3 (patch)
treef681f9444a7a0a95916de40af82d3b805d5fb8d3 /community/gnumail
parent69e1fada8bdc9588d0a3d8bc3403fa809d809a84 (diff)
Wed Apr 27 22:24:53 UTC 2011
Diffstat (limited to 'community/gnumail')
-rw-r--r--community/gnumail/PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/community/gnumail/PKGBUILD b/community/gnumail/PKGBUILD
index 9c71fd891..b2b82e258 100644
--- a/community/gnumail/PKGBUILD
+++ b/community/gnumail/PKGBUILD
@@ -1,30 +1,23 @@
-# $Id: PKGBUILD 18211 2010-06-01 12:53:53Z spupykin $
+# $Id: PKGBUILD 44415 2011-04-07 13:04:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
pkgname=gnumail
pkgver=1.2.0pre3
-pkgrel=3
+pkgrel=4
pkgdesc="A complete and fast mail application for GNUstep"
arch=('i686' 'x86_64')
url="http://www.collaboration-world.com/gnumail"
license=('GPL')
depends=('pantomime' 'addresses' 'gcc' 'gnustep-gui')
options=('!makeflags')
-source=(http://www.collaboration-world.com/cgi-bin/project/download.cgi/GNUMail-$pkgver.tar.gz?rid=103)
+source=(GNUMail-$pkgver.tar.gz::http://www.collaboration-world.com/cgi-bin/project/download.cgi/GNUMail-$pkgver.tar.gz?rid=103)
md5sums=('0f91fe0c32ef369ea843a2ab3909fb2b')
build() {
- cd $srcdir
- mv GNUMail-$pkgver.tar.gz?rid=103 GNUMail-$pkgver.tar.gz
- tar xfz GNUMail-$pkgver.tar.gz
cd $srcdir/GNUMail
-
- if [ -z "$GNUSTEP_USER_CONFIG_FILE" ] ; then
- . /etc/profile.d/GNUstep.sh
- fi
-
- make || return 1
+ . /etc/profile.d/GNUstep.sh
+ make
make GNUSTEP_INSTALLATION_DIR=$pkgdir/opt/GNUstep/System install
}