summaryrefslogtreecommitdiff
path: root/community/synce-serial
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/synce-serial
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/synce-serial')
-rw-r--r--community/synce-serial/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/synce-serial/PKGBUILD b/community/synce-serial/PKGBUILD
deleted file mode 100644
index f89a77018..000000000
--- a/community/synce-serial/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 91842 2013-05-28 17:05:51Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Zhukov Pavel <gelios@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
-}