updated on Mon Jan 16 16:00:41 UTC 2012
[aur-mirror.git] / gnumail / PKGBUILD
blob9f64c23b1e1a9d95328cb7355e550cf7e701c7b5
1 # $Id: PKGBUILD 51621 2011-07-12 11:00:42Z spupykin $
2 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
3 # Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
4 # Contributor: Sebastian Sareyko <public@nooms.de>
6 pkgname=gnumail
7 pkgver=1.2.0pre3
8 pkgrel=6
9 pkgdesc="A complete and fast mail application for GNUstep"
10 arch=('i686' 'x86_64')
11 url="http://www.collaboration-world.com/gnumail"
12 license=('GPL')
13 depends=('pantomime' 'addresses' 'gnustep-gui')
14 makedepends=('gcc-objc')
15 options=('!makeflags')
16 source=("GNUMail-$pkgver.tar.gz::http://www.collaboration-world.com/cgi-bin/project/download.cgi/GNUMail-$pkgver.tar.gz?rid=103")
17 md5sums=('0f91fe0c32ef369ea843a2ab3909fb2b')
19 build() {
20   cd $srcdir/GNUMail
21   . /etc/profile.d/GNUstep.sh
22   make \
23         ADDITIONAL_OBJCFLAGS=-I/usr/lib/GNUstep/Headers \
24         ADDITIONAL_GUI_LIBS="-L/usr/lib/GNUstep/Libraries -lGNUMail -lPantomime -lAddresses -lAddressView"
27 package() {
28   cd $srcdir/GNUMail
29   make GNUSTEP_INSTALLATION_DIR=$pkgdir/usr/lib/GNUstep install
30   cd $pkgdir/usr/lib/GNUstep/Library/
31   mv * ..
32   cd .. && rmdir Library