From 29657877f6a02dbba1bd58b417b4ccd211939690 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Jul 2011 23:12:30 +0000 Subject: Wed Jul 13 23:12:30 UTC 2011 --- community/gnumail/PKGBUILD | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'community/gnumail') diff --git a/community/gnumail/PKGBUILD b/community/gnumail/PKGBUILD index 79044c6cd..9f64c23b1 100644 --- a/community/gnumail/PKGBUILD +++ b/community/gnumail/PKGBUILD @@ -1,29 +1,33 @@ -# $Id: PKGBUILD 46065 2011-05-03 10:03:55Z spupykin $ +# $Id: PKGBUILD 51621 2011-07-12 11:00:42Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Vesa Kaihlavirta # Contributor: Sebastian Sareyko pkgname=gnumail pkgver=1.2.0pre3 -pkgrel=5 +pkgrel=6 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') +depends=('pantomime' 'addresses' 'gnustep-gui') +makedepends=('gcc-objc') options=('!makeflags') -source=(GNUMail-$pkgver.tar.gz::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/GNUMail . /etc/profile.d/GNUstep.sh make \ - ADDITIONAL_OBJCFLAGS=-I/opt/GNUstep/System/Library/Headers \ - ADDITIONAL_GUI_LIBS="-L/opt/GNUstep/System/Library/Libraries -lGNUMail -lPantomime -lAddresses -lAddressView" + ADDITIONAL_OBJCFLAGS=-I/usr/lib/GNUstep/Headers \ + ADDITIONAL_GUI_LIBS="-L/usr/lib/GNUstep/Libraries -lGNUMail -lPantomime -lAddresses -lAddressView" } package() { cd $srcdir/GNUMail - make GNUSTEP_INSTALLATION_DIR=$pkgdir/opt/GNUstep/System install + make GNUSTEP_INSTALLATION_DIR=$pkgdir/usr/lib/GNUstep install + cd $pkgdir/usr/lib/GNUstep/Library/ + mv * .. + cd .. && rmdir Library } -- cgit v1.2.3-54-g00ecf