[arch-commits] Commit in synce-core (repos/PKGBUILD trunk/PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Aug 14 14:17:35 UTC 2013


    Date: Wednesday, August 14, 2013 @ 16:17:35
  Author: spupykin
Revision: 95577

Added:
  synce-core/trunk/PKGBUILD
    (from rev 95574, synce-core/repos/PKGBUILD)
Deleted:
  synce-core/repos/PKGBUILD

----------------+
 repos/PKGBUILD |   28 ----------------------------
 trunk/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 28 deletions(-)

Deleted: repos/PKGBUILD
===================================================================
--- repos/PKGBUILD	2013-08-14 14:12:08 UTC (rev 95576)
+++ repos/PKGBUILD	2013-08-14 14:17:35 UTC (rev 95577)
@@ -1,28 +0,0 @@
-# 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
-}

Copied: synce-core/trunk/PKGBUILD (from rev 95574, synce-core/repos/PKGBUILD)
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2013-08-14 14:17:35 UTC (rev 95577)
@@ -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
+}


Property changes on: synce-core/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list