summaryrefslogtreecommitdiff
path: root/community/synce-librapi/PKGBUILD
blob: 639321737787279b6954273842c0f4a6389565ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 51603 2011-07-12 06:27:16Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>

pkgname=synce-librapi
pkgver=0.15.2
pkgrel=1
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' 'hal')
makedepends=('pyrex')
source=(http://downloads.sourceforge.net/sourceforge/synce/librapi2-$pkgver.tar.gz)
md5sums=('0a15bc22ee02794ca4714799611b4746')

build() {
  cd $srcdir/librapi2-$pkgver
  ./configure --prefix=/usr
  make
  make DESTDIR=$pkgdir install
}