summaryrefslogtreecommitdiff
path: root/community-testing/gnumail/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/gnumail/PKGBUILD')
-rw-r--r--community-testing/gnumail/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community-testing/gnumail/PKGBUILD b/community-testing/gnumail/PKGBUILD
deleted file mode 100644
index b2b82e258..000000000
--- a/community-testing/gnumail/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $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
-}