summaryrefslogtreecommitdiff
path: root/community/synce-rra/PKGBUILD
blob: cadbf01877af24e4d1f32d6e60c48fc9363856f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id: PKGBUILD 115280 2014-07-07 10:04:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>

pkgname=synce-rra
pkgver=0.17
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=('synce-core')
makedepends=('python2' 'pyrex' 'synce-libmimedir')
source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
md5sums=('d0c869afbce4d203c85098a2886b6956')

build() {
  cd $srcdir/librra-$pkgver
  ./configure --prefix=/usr
  make
}

package() {
  cd $srcdir/librra-$pkgver
  make DESTDIR=$pkgdir install
}