[arch-commits] Commit in synce-core/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Fri Jun 19 20:21:46 UTC 2015


    Date: Friday, June 19, 2015 @ 22:21:46
  Author: spupykin
Revision: 135608

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  synce-core/repos/community-staging-i686/
  synce-core/repos/community-staging-i686/PKGBUILD
    (from rev 135607, synce-core/trunk/PKGBUILD)
  synce-core/repos/community-staging-x86_64/
  synce-core/repos/community-staging-x86_64/PKGBUILD
    (from rev 135607, synce-core/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: synce-core/repos/community-staging-i686/PKGBUILD (from rev 135607, synce-core/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-06-19 20:21:46 UTC (rev 135608)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jan Was <janek.jan at gmail.com>
+
+pkgname=synce-core
+pkgver=0.17
+pkgrel=4
+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' 'udev' 'python2' 'libgudev')
+makedepends=('dhclient' 'pyrex')
+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 --sysconfdir=/etc --libexecdir=/usr/lib/synce-core \
+        --enable-odccm-support --enable-udev-support --enable-bluetooth-support
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: synce-core/repos/community-staging-x86_64/PKGBUILD (from rev 135607, synce-core/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-06-19 20:21:46 UTC (rev 135608)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jan Was <janek.jan at gmail.com>
+
+pkgname=synce-core
+pkgver=0.17
+pkgrel=4
+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' 'udev' 'python2' 'libgudev')
+makedepends=('dhclient' 'pyrex')
+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 --sysconfdir=/etc --libexecdir=/usr/lib/synce-core \
+        --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