summaryrefslogtreecommitdiff
path: root/community/synce-librapi/PKGBUILD
blob: ffb3f647619c17a2e31d01ee708f945f2f0d1a90 (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 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' 'mips64el')
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
}