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

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


    Date: Wednesday, August 14, 2013 @ 16:20:51
  Author: spupykin
Revision: 95579

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

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

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: synce-core/repos/community-i686/PKGBUILD (from rev 95578, synce-core/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-14 14:20:51 UTC (rev 95579)
@@ -0,0 +1,32 @@
+# $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=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' 'udev' 'python2')
+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 --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-x86_64/PKGBUILD (from rev 95578, synce-core/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-14 14:20:51 UTC (rev 95579)
@@ -0,0 +1,32 @@
+# $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=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' 'udev' 'python2')
+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 --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