summaryrefslogtreecommitdiff
path: root/community/gnumail/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnumail/PKGBUILD')
-rw-r--r--community/gnumail/PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/community/gnumail/PKGBUILD b/community/gnumail/PKGBUILD
index b2b82e258..79044c6cd 100644
--- a/community/gnumail/PKGBUILD
+++ b/community/gnumail/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 44415 2011-04-07 13:04:56Z spupykin $
+# $Id: PKGBUILD 46065 2011-05-03 10:03:55Z 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=4
+pkgrel=5
pkgdesc="A complete and fast mail application for GNUstep"
arch=('i686' 'x86_64')
url="http://www.collaboration-world.com/gnumail"
@@ -18,6 +18,12 @@ md5sums=('0f91fe0c32ef369ea843a2ab3909fb2b')
build() {
cd $srcdir/GNUMail
. /etc/profile.d/GNUstep.sh
- make
+ make \
+ ADDITIONAL_OBJCFLAGS=-I/opt/GNUstep/System/Library/Headers \
+ ADDITIONAL_GUI_LIBS="-L/opt/GNUstep/System/Library/Libraries -lGNUMail -lPantomime -lAddresses -lAddressView"
+}
+
+package() {
+ cd $srcdir/GNUMail
make GNUSTEP_INSTALLATION_DIR=$pkgdir/opt/GNUstep/System install
}