# $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 }