summaryrefslogtreecommitdiff
path: root/community/synce-librapi/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/synce-librapi/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/synce-librapi/PKGBUILD')
-rw-r--r--community/synce-librapi/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/synce-librapi/PKGBUILD b/community/synce-librapi/PKGBUILD
deleted file mode 100644
index 9c28b5439..000000000
--- a/community/synce-librapi/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 65489 2012-02-21 06:06:56Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Zhukov Pavel <gelios@gmail.com>
-
-pkgname=synce-librapi
-pkgver=0.15.2
-pkgrel=3
-pkgdesc="provide a means of communication with a Windows CE device - libraries and tools for making remote calls to pocket pc"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/"
-license=('GPL')
-depends=('synce-libsynce')
-makedepends=('pyrex')
-source=(http://downloads.sourceforge.net/sourceforge/synce/librapi2-$pkgver.tar.gz)
-md5sums=('0a15bc22ee02794ca4714799611b4746')
-
-build() {
- cd $srcdir/librapi2-$pkgver
- export PYTHON=/usr/bin/python2
- LDFLAGS=-lsynce ./configure --prefix=/usr --enable-udev-support --disable-hal-support
- make
- make DESTDIR=$pkgdir install
-}