summaryrefslogtreecommitdiff
path: root/community/gmime22
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
commitf87cdf22eb712b5b1c118f768d4ff710fc839403 (patch)
tree023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/gmime22
parent290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff)
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/arp-scan/PKGBUILD community/curlftpfs/PKGBUILD community/dtach/PKGBUILD community/espeakup/PKGBUILD community/g2sc/PKGBUILD community/judy/PKGBUILD community/python-fuse/PKGBUILD community/sisctrl/PKGBUILD extra/avahi/PKGBUILD extra/kdesdk/PKGBUILD extra/nasm/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/gmime22')
-rw-r--r--community/gmime22/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/gmime22/PKGBUILD b/community/gmime22/PKGBUILD
index 29233ed33..792ecd1b1 100644
--- a/community/gmime22/PKGBUILD
+++ b/community/gmime22/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 54842 2009-10-11 19:49:14Z jgc $
+# $Id: PKGBUILD 65526 2012-02-21 08:43:50Z spupykin $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Ben <ben@benmazer.net>
pkgname=gmime22
pkgver=2.2.26
-pkgrel=1
+pkgrel=2
pkgdesc="Core mime parsing library"
arch=(i686 x86_64 'mips64el')
license=('GPL')
@@ -21,11 +21,11 @@ build() {
mkdir -p "${MONO_SHARED_DIR}"
cd ${srcdir}/gmime-${pkgver}
- [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --disable-mono || return 1
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
+ [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --disable-mono
+ make
+ make DESTDIR=${pkgdir} install
# These are gmime alternatives for the same shareutils tools
- rm -rf ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/share && \
+ rm -rf ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/share
mv ${pkgdir}/usr/bin/gmime-config ${pkgdir}/usr/bin/gmime22-config
}