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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue May 28 17:05:52 UTC 2013


    Date: Tuesday, May 28, 2013 @ 19:05:51
  Author: spupykin
Revision: 91842

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

Added:
  synce-serial/repos/community-i686/PKGBUILD
    (from rev 91841, synce-serial/trunk/PKGBUILD)
  synce-serial/repos/community-x86_64/PKGBUILD
    (from rev 91841, synce-serial/trunk/PKGBUILD)
Deleted:
  synce-serial/repos/community-i686/PKGBUILD
  synce-serial/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   24 -------------------
 community-x86_64/PKGBUILD |   24 -------------------
 3 files changed, 54 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-28 17:05:34 UTC (rev 91841)
+++ community-i686/PKGBUILD	2013-05-28 17:05:51 UTC (rev 91842)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Zhukov Pavel <gelios at gmail.com>
-
-pkgname=synce-serial
-pkgver=0.11
-pkgrel=4
-pkgdesc="provide a means of communication with a Windows CE device - helper scripts for setting up a serial connection"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/"
-depends=(sh)
-license=('GPL')
-source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
-md5sums=('a83f20eb59c845de192645158d051062')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
-  make
-  make DESTDIR=$pkgdir install
-
-  sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial-common
-  sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial.conf
-}

Copied: synce-serial/repos/community-i686/PKGBUILD (from rev 91841, synce-serial/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-28 17:05:51 UTC (rev 91842)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Zhukov Pavel <gelios at gmail.com>
+
+pkgname=synce-serial
+pkgver=0.11
+pkgrel=5
+pkgdesc="provide a means of communication with a Windows CE device - helper scripts for setting up a serial connection"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/"
+depends=(sh)
+license=('GPL')
+source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
+md5sums=('a83f20eb59c845de192645158d051062')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial-common
+  sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial.conf
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-28 17:05:34 UTC (rev 91841)
+++ community-x86_64/PKGBUILD	2013-05-28 17:05:51 UTC (rev 91842)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Zhukov Pavel <gelios at gmail.com>
-
-pkgname=synce-serial
-pkgver=0.11
-pkgrel=4
-pkgdesc="provide a means of communication with a Windows CE device - helper scripts for setting up a serial connection"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/"
-depends=(sh)
-license=('GPL')
-source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
-md5sums=('a83f20eb59c845de192645158d051062')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
-  make
-  make DESTDIR=$pkgdir install
-
-  sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial-common
-  sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial.conf
-}

Copied: synce-serial/repos/community-x86_64/PKGBUILD (from rev 91841, synce-serial/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-28 17:05:51 UTC (rev 91842)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Zhukov Pavel <gelios at gmail.com>
+
+pkgname=synce-serial
+pkgver=0.11
+pkgrel=5
+pkgdesc="provide a means of communication with a Windows CE device - helper scripts for setting up a serial connection"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/"
+depends=(sh)
+license=('GPL')
+source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
+md5sums=('a83f20eb59c845de192645158d051062')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial-common
+  sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial.conf
+}




More information about the arch-commits mailing list