summaryrefslogtreecommitdiff
path: root/community/synce-librapi/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-04 00:20:47 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-04 00:20:47 -0300
commit97a74a6a87ccbeb5649f226377d0c10ae824f1e1 (patch)
tree614d5483fcdab0aa6adecc7041c4b872ffb5a293 /community/synce-librapi/PKGBUILD
parente8eefc5a3834440246552e54c169abfa0703672e (diff)
parent8c2359e2541f9d1b11443b49d8ea502b3ffea39c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/unifdef/PKGBUILD extra/gtk2/PKGBUILD extra/libmpeg2/PKGBUILD extra/mesa/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-libdrm/no-pthread-stubs.patch multilib/lib32-mesa/PKGBUILD
Diffstat (limited to 'community/synce-librapi/PKGBUILD')
-rw-r--r--community/synce-librapi/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/synce-librapi/PKGBUILD b/community/synce-librapi/PKGBUILD
index 0902d7d15..b8c8123c0 100644
--- a/community/synce-librapi/PKGBUILD
+++ b/community/synce-librapi/PKGBUILD
@@ -1,22 +1,23 @@
-# $Id: PKGBUILD 51603 2011-07-12 06:27:16Z spupykin $
+# $Id: PKGBUILD 53263 2011-08-02 15:19:05Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>
pkgname=synce-librapi
pkgver=0.15.2
-pkgrel=1
+pkgrel=2
pkgdesc="provide a means of communication with a Windows CE device - libraries and tools for making remote calls to pocket pc"
arch=('i686' 'x86_64' 'mips64el')
url="http://synce.sourceforge.net/"
license=('GPL')
-depends=('synce-libsynce' 'hal')
+depends=('synce-libsynce')
makedepends=('pyrex')
source=(http://downloads.sourceforge.net/sourceforge/synce/librapi2-$pkgver.tar.gz)
md5sums=('0a15bc22ee02794ca4714799611b4746')
build() {
cd $srcdir/librapi2-$pkgver
- ./configure --prefix=/usr
+ export PYTHON=/usr/bin/python2
+ ./configure --prefix=/usr --enable-udev-support --disable-hal-support
make
make DESTDIR=$pkgdir install
}