From 9780d07c31b22125ad7ecba4e281ff41194f95be Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 May 2011 12:58:32 +0000 Subject: Wed May 4 12:58:31 UTC 2011 --- community/synce-libsynce/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'community/synce-libsynce/PKGBUILD') diff --git a/community/synce-libsynce/PKGBUILD b/community/synce-libsynce/PKGBUILD index 7e9aba5de..d0fb0be38 100644 --- a/community/synce-libsynce/PKGBUILD +++ b/community/synce-libsynce/PKGBUILD @@ -1,21 +1,26 @@ -# $Id: PKGBUILD 43060 2011-03-23 21:47:47Z spupykin $ +# $Id: PKGBUILD 46029 2011-05-02 10:37:25Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Zhukov Pavel pkgname=synce-libsynce pkgver=0.15.1 -pkgrel=1 +pkgrel=2 pkgdesc="provide a means of communication with a Windows CE device - libraries" arch=('i686' 'x86_64') url="http://synce.sourceforge.net/" license=('GPL') -depends=('glibc' 'hal') +depends=('dbus-glib') +options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/synce/libsynce-$pkgver.tar.gz) md5sums=('eaddc88c5f0027e89c6f0fffec34def2') build() { cd $srcdir/libsynce-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-odccm-support --enable-udev-support --disable-hal-support make +} + +package() { + cd $srcdir/libsynce-$pkgver make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf