mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/gmime to 2.6.4-1
This commit is contained in:
parent
c4d112ce7f
commit
eb219766fd
1 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: PKGBUILD 146295 2012-01-08 17:45:05Z ibiru $
|
# $Id: PKGBUILD 146716 2012-01-16 19:50:47Z dreisner $
|
||||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||||
# Contributor: Ben <ben@benmazer.net>
|
# Contributor: Ben <ben@benmazer.net>
|
||||||
|
|
||||||
|
@ -7,20 +7,18 @@
|
||||||
# - remove noautobuild on update
|
# - remove noautobuild on update
|
||||||
|
|
||||||
plugrel=1
|
plugrel=1
|
||||||
noautobuild=1
|
|
||||||
|
|
||||||
pkgname=gmime
|
pkgname=gmime
|
||||||
pkgver=2.4.31
|
pkgver=2.6.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Core mime parsing library"
|
pkgdesc="Core mime parsing library"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="http://spruce.sourceforge.net/gmime/"
|
url="http://spruce.sourceforge.net/gmime/"
|
||||||
depends=('glib2' 'zlib')
|
depends=('glib2' 'gpgme' 'zlib')
|
||||||
makedepends=('gtk-sharp-2' 'pkgconfig')
|
makedepends=('gtk-sharp-2')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
||||||
sha256sums=('d9601328ee3d2d5be57ac8397571af4835dba8eb2c68ad224de3ec722a81fd04')
|
sha256sums=('2e85076c223fe8bf1392a7c1affa4454cb3bb6dec83016ad6e3230c65533f163')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# get rid of that .wapi errors in fakeroot
|
# get rid of that .wapi errors in fakeroot
|
||||||
|
@ -29,7 +27,8 @@ build() {
|
||||||
|
|
||||||
[ $CARCH == "armv7h" ] && CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O1/'` && CXXFLAGS="$CFLAGS"
|
[ $CARCH == "armv7h" ] && CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O1/'` && CXXFLAGS="$CFLAGS"
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
./configure --prefix=/usr
|
|
||||||
|
./configure --prefix=/usr --disable-static
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue