summaryrefslogtreecommitdiff
path: root/community/synce-rra/PKGBUILD
blob: 89bb0f9d3c7147fc27b17ab4cb007567181df505 (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 27254 2010-09-18 22:01:47Z schuay $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>

pkgname=synce-rra
pkgver=0.14
pkgrel=3
pkgdesc="provide a means of communication with a Windows CE device - rra libraries for synce"
arch=('i686' 'x86_64' 'mips64el')
url="http://synce.sourceforge.net/"
license=('GPL')
depends=('glibc' 'synce-librapi' 'synce-libmimedir')
makedepends=('python2' 'pyrex')
source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz \
	build-fix.diff)
md5sums=('3a608174a3a476c96dd4dd4929448fe8'
         '8c898d226653cbbb8b778aa0587d66aa')

build() {
  cd $srcdir/librra-$pkgver
  ./configure --prefix=/usr
  sed -i s/-Werror// lib/Makefile src/Makefile
#  patch -p2 python/pyrra.pyx <../build-fix.diff
  make
  make DESTDIR=$pkgdir install
}