mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/gmime to 2.6.6-1
This commit is contained in:
parent
e597be4fcb
commit
f4ef12b935
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=gmime
|
||||
pkgver=2.6.5
|
||||
pkgver=2.6.6
|
||||
pkgrel=1
|
||||
pkgdesc="Core mime parsing library"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,7 +18,7 @@ depends=('glib2' 'gpgme' 'zlib')
|
|||
makedepends=('gtk-sharp-2')
|
||||
options=('!libtool')
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('fe4db888ccdcdab0c3366cb5a61413b8bf4dc4b96b146f39e35380d9276334e0')
|
||||
sha256sums=('efdff4cebaaa9b8dfe99832eb16f54ce60a7e02c5d1f3964f15d4ae0ddf6b3ee')
|
||||
|
||||
build() {
|
||||
# get rid of that .wapi errors in fakeroot
|
||||
|
@ -28,7 +28,8 @@ build() {
|
|||
[ $CARCH == "armv7h" ] && CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O1/'` && CXXFLAGS="$CFLAGS"
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
./configure --prefix=/usr --disable-static
|
||||
./configure --prefix=/usr --enable-smime \
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue