From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/synce-librapi/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/synce-librapi/PKGBUILD (limited to 'community/synce-librapi') 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 +# Contributor: Zhukov Pavel + +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 +} -- cgit v1.2.3-54-g00ecf