PKGBUILDs/community/synce-rra/PKGBUILD
2009-10-09 21:15:33 -05:00

25 lines
829 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>
pkgname=synce-rra
pkgver=0.14
pkgrel=1
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=('glibc' 'synce-librapi' 'synce-libmimedir')
source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz \
build-fix.diff)
md5sums=('3a608174a3a476c96dd4dd4929448fe8'
'8c898d226653cbbb8b778aa0587d66aa')
build() {
cd $startdir/src/librra-$pkgver
./configure --prefix=/usr
sed -i s/-Werror// lib/Makefile src/Makefile
# patch -p2 python/pyrra.pyx <../build-fix.diff
make || return 1
make DESTDIR=$startdir/pkg install || return 1
}