summaryrefslogtreecommitdiff
path: root/community/synce-rra/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/synce-rra/PKGBUILD')
-rw-r--r--community/synce-rra/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/community/synce-rra/PKGBUILD b/community/synce-rra/PKGBUILD
new file mode 100644
index 000000000..dcc1e2f6b
--- /dev/null
+++ b/community/synce-rra/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 27254 2010-09-18 22:01:47Z schuay $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Zhukov Pavel <gelios@gmail.com>
+
+pkgname=synce-rra
+pkgver=0.14
+pkgrel=3
+pkgdesc="provide a means of communication with a Windows CE device - rra libraries for synce"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/"
+license=('GPL')
+depends=('glibc' 'synce-librapi' 'synce-libmimedir')
+makedepends=('python2' 'pyrex')
+source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz \
+ build-fix.diff)
+md5sums=('3a608174a3a476c96dd4dd4929448fe8'
+ '8c898d226653cbbb8b778aa0587d66aa')
+
+build() {
+ cd $srcdir/librra-$pkgver
+ ./configure --prefix=/usr
+ sed -i s/-Werror// lib/Makefile src/Makefile
+# patch -p2 python/pyrra.pyx <../build-fix.diff
+ make
+ make DESTDIR=$pkgdir install
+}