summaryrefslogtreecommitdiff
path: root/community/gnumail
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-27 19:39:25 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-27 19:39:25 -0300
commita3484d36d471110db6eb07c1bcac535fa312a0a4 (patch)
treeae5757a526845753f943a04ab06e34d198aba78d /community/gnumail
parent45a1b262edf175ecf5dd43e51c8ee72f9d78265b (diff)
parent8784d3134c1d4b4c02d705259ae2ebd768c778fd (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/addresses/PKGBUILD community-testing/gcc-avr/PKGBUILD community-testing/gnumail/PKGBUILD community-testing/gnustep-back/PKGBUILD community-testing/gnustep-base/PKGBUILD community-testing/gnustep-gui/PKGBUILD community-testing/llvm/PKGBUILD community-testing/systemd/PKGBUILD community/llvm/PKGBUILD community/lua-yajl-git/PKGBUILD community/mingw32-gcc/PKGBUILD community/python-scipy/PKGBUILD community/virtualbox/PKGBUILD core/bin86/PKGBUILD core/cloog-ppl/PKGBUILD core/gcc/PKGBUILD core/mpfr/PKGBUILD extra/ilmbase/PKGBUILD extra/kdeedu/PKGBUILD extra/kdepim/PKGBUILD extra/latex2html/PKGBUILD extra/libmad/PKGBUILD extra/postgresql/PKGBUILD multilib-testing/binutils-multilib/PKGBUILD multilib-testing/gcc-multilib/PKGBUILD multilib-testing/lib32-glibc/PKGBUILD multilib/gcc-multilib/PKGBUILD multilib/gcc-multilib/gcc-go.install testing/bin86/PKGBUILD testing/binutils/PKGBUILD testing/coreutils/PKGBUILD testing/glibc/PKGBUILD testing/gnome-control-center/PKGBUILD testing/less/PKGBUILD testing/linux-api-headers/PKGBUILD testing/mdadm/PKGBUILD testing/mpfr/PKGBUILD testing/udev/PKGBUILD
Diffstat (limited to 'community/gnumail')
-rw-r--r--community/gnumail/PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/community/gnumail/PKGBUILD b/community/gnumail/PKGBUILD
index 6f3175ef4..6d4ea1590 100644
--- a/community/gnumail/PKGBUILD
+++ b/community/gnumail/PKGBUILD
@@ -1,30 +1,23 @@
-# $Id: PKGBUILD 18211 2010-06-01 12:53:53Z spupykin $
+# $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=3
+pkgrel=4
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' 'gcc' 'gnustep-gui')
options=('!makeflags')
-source=(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
- mv GNUMail-$pkgver.tar.gz?rid=103 GNUMail-$pkgver.tar.gz
- tar xfz GNUMail-$pkgver.tar.gz
cd $srcdir/GNUMail
-
- if [ -z "$GNUSTEP_USER_CONFIG_FILE" ] ; then
- . /etc/profile.d/GNUstep.sh
- fi
-
- make || return 1
+ . /etc/profile.d/GNUstep.sh
+ make
make GNUSTEP_INSTALLATION_DIR=$pkgdir/opt/GNUstep/System install
}