summaryrefslogtreecommitdiff
path: root/community/gnumail/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnumail/PKGBUILD')
-rw-r--r--community/gnumail/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/gnumail/PKGBUILD b/community/gnumail/PKGBUILD
deleted file mode 100644
index b4c668e6f..000000000
--- a/community/gnumail/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 51621 2011-07-12 11:00:42Z 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=6
-pkgdesc="A complete and fast mail application for GNUstep"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://www.collaboration-world.com/gnumail"
-license=('GPL')
-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")
-md5sums=('0f91fe0c32ef369ea843a2ab3909fb2b')
-
-build() {
- cd $srcdir/GNUMail
- . /etc/profile.d/GNUstep.sh
- make \
- 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/usr/lib/GNUstep install
- cd $pkgdir/usr/lib/GNUstep/Library/
- mv * ..
- cd .. && rmdir Library
-}