diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /community/gmime22 | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'community/gmime22')
-rw-r--r-- | community/gmime22/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/community/gmime22/PKGBUILD b/community/gmime22/PKGBUILD deleted file mode 100644 index 5ea89e2ca..000000000 --- a/community/gmime22/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $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=2 -pkgdesc="Core mime parsing library" -arch=(i686 x86_64) -license=('GPL') -url="http://spruce.sourceforge.net/gmime/" -depends=('glib2' 'zlib') -makedepends=('pkgconfig') -options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/gmime/2.2/gmime-${pkgver}.tar.bz2) -md5sums=('fed7c1beab58f5e5f4831c266fe974aa') - -build() { - # get rid of that .wapi errors in fakeroot - export MONO_SHARED_DIR="${srcdir}/weird" - mkdir -p "${MONO_SHARED_DIR}" - - cd ${srcdir}/gmime-${pkgver} - [ $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 - mv ${pkgdir}/usr/bin/gmime-config ${pkgdir}/usr/bin/gmime22-config -} |