summaryrefslogtreecommitdiff
path: root/community/synce-librapi
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/synce-librapi
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/synce-librapi')
-rw-r--r--community/synce-librapi/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/synce-librapi/PKGBUILD b/community/synce-librapi/PKGBUILD
new file mode 100644
index 000000000..0ffbe301f
--- /dev/null
+++ b/community/synce-librapi/PKGBUILD
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 26407 2010-09-15 11:58:40Z schuay $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Zhukov Pavel <gelios@gmail.com>
+
+pkgname=synce-librapi
+pkgver=0.15
+pkgrel=2
+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=('7341571d6f6b583bb4837bae42fb5d1c')
+
+build() {
+ cd $srcdir/librapi2-$pkgver
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$pkgdir install
+}