[arch-commits] Commit in (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Aug 14 14:03:20 UTC 2013


    Date: Wednesday, August 14, 2013 @ 16:03:20
  Author: spupykin
Revision: 95574

Added:
  synce-core/
  synce-core/repos/
  synce-core/repos/PKGBUILD
  synce-core/trunk/

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: synce-core/repos/PKGBUILD
===================================================================
--- synce-core/repos/PKGBUILD	                        (rev 0)
+++ synce-core/repos/PKGBUILD	2013-08-14 14:03:20 UTC (rev 95574)
@@ -0,0 +1,28 @@
+# Maintainer: Jan Was <janek.jan at gmail.com>
+
+pkgname=synce-core
+pkgver=0.17
+pkgrel=1
+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')
+makedepends=('dhclient')
+provides=('synce-libsynce' 'synce-librapi')
+replaces=('synce-libsynce' 'synce-librapi')
+conflicts=('synce-libsynce' 'synce-librapi')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/synce/SynCE/synce-core/synce-core-$pkgver.tar.gz)
+md5sums=('ee0b9369b6fea5e2d1b970503dd7cb0e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-odccm-support --enable-udev-support --enable-bluetooth-support
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list