From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/synce-libsynce/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/synce-libsynce/PKGBUILD (limited to 'community/synce-libsynce/PKGBUILD') diff --git a/community/synce-libsynce/PKGBUILD b/community/synce-libsynce/PKGBUILD new file mode 100644 index 000000000..5cd330c7e --- /dev/null +++ b/community/synce-libsynce/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 65475 2012-02-21 05:59:42Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Zhukov Pavel + +pkgname=synce-libsynce +pkgver=0.15.1 +pkgrel=3 +pkgdesc="provide a means of communication with a Windows CE device - libraries" +arch=('i686' 'x86_64') +url="http://synce.sourceforge.net/" +license=('GPL') +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 --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