summaryrefslogtreecommitdiff
path: root/community-testing/gnumail
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-08 04:18:44 +0000
committerroot <root@rshg047.dnsready.net>2011-04-08 04:18:44 +0000
commit59075f0265483f32e9ac4c67ba9e69cb019ba044 (patch)
treed0384b724b17b888dcd1cf06dce9bc25655d1ba1 /community-testing/gnumail
parent3b216f42d91b33161572550f4556a9ba93d1cecb (diff)
Fri Apr 8 04:18:44 UTC 2011
Diffstat (limited to 'community-testing/gnumail')
-rw-r--r--community-testing/gnumail/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/community-testing/gnumail/PKGBUILD b/community-testing/gnumail/PKGBUILD
new file mode 100644
index 000000000..b2b82e258
--- /dev/null
+++ b/community-testing/gnumail/PKGBUILD
@@ -0,0 +1,23 @@
+# $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=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=(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
+ make GNUSTEP_INSTALLATION_DIR=$pkgdir/opt/GNUstep/System install
+}