summaryrefslogtreecommitdiff
path: root/community/synce-libmimedir
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-08 03:39:55 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-08 03:39:55 +0000
commit7f65cca764732fe9c5f501ca636b4e2382bfd90d (patch)
treeab8674433b0d05867b47d6e48f9530d83047f75c /community/synce-libmimedir
parentecc0814f13d77a15db732a279e7bcc143f403683 (diff)
Tue Jul 8 03:34:04 UTC 2014
Diffstat (limited to 'community/synce-libmimedir')
-rw-r--r--community/synce-libmimedir/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/synce-libmimedir/PKGBUILD b/community/synce-libmimedir/PKGBUILD
index baf6ea356..51a0b2b1d 100644
--- a/community/synce-libmimedir/PKGBUILD
+++ b/community/synce-libmimedir/PKGBUILD
@@ -1,23 +1,25 @@
-# $Id: PKGBUILD 100287 2013-11-02 08:49:51Z spupykin $
+# $Id: PKGBUILD 115278 2014-07-07 10:04:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>
pkgname=synce-libmimedir
pkgver=0.4
-pkgrel=5
+pkgrel=7
pkgdesc="provide a means of communication with a Windows CE device - library that parses MIME Directory Profile."
arch=('i686' 'x86_64')
url="http://synce.sourceforge.net/"
license=('GPL')
+options=('staticlibs')
source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz)
md5sums=('156e1eb69377d9ae9180a09e38148ec6')
build() {
cd $srcdir/libmimedir-$pkgver
if [ "$CARCH" = "x86_64" ]; then
- sed -i -e 's|Wall|Wall -fPIC -DPIC|g' Makefile.in
- ./configure --prefix=/usr --disable-shared --with-pic
- else ./configure --prefix=/usr --disable-shared
+ sed -i -e 's|Wall|Wall -fPIC -DPIC|g' Makefile.in
+ ./configure --prefix=/usr --with-pic
+ else
+ ./configure --prefix=/usr
fi
make
}