From 8c2359e2541f9d1b11443b49d8ea502b3ffea39c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Aug 2011 23:14:34 +0000 Subject: Wed Aug 3 23:14:34 UTC 2011 --- community/synce-librapi/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/synce-librapi') diff --git a/community/synce-librapi/PKGBUILD b/community/synce-librapi/PKGBUILD index 639321737..85a2e946f 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 # Contributor: Zhukov Pavel 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') 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 } -- cgit v1.2.3-54-g00ecf