diff options
Diffstat (limited to 'community/gmime24/PKGBUILD')
-rw-r--r-- | community/gmime24/PKGBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/community/gmime24/PKGBUILD b/community/gmime24/PKGBUILD deleted file mode 100644 index a9b8204ff..000000000 --- a/community/gmime24/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 87490 2013-04-01 16:50:15Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Jan de Groot <jgc@archlinux.org> -# Contributor: Ben <ben@benmazer.net> - -pkgname=gmime24 -pkgver=2.4.33 -pkgrel=1 -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.4/gmime-${pkgver}.tar.xz) -md5sums=('a4dc6e553c0cf3b7d96dfef8ab633163') - -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 \ - --disable-static - make -} - -package() { - cd ${srcdir}/gmime-${pkgver} - 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 -} |