summaryrefslogtreecommitdiff
path: root/community/gmime22/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
commit1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch)
tree803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/gmime22/PKGBUILD
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/gmime22/PKGBUILD')
-rw-r--r--community/gmime22/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/gmime22/PKGBUILD b/community/gmime22/PKGBUILD
index 12d5d75df..5ea89e2ca 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)
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
}