diff options
author | root <root@rshg054.dnsready.net> | 2011-08-03 23:14:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-03 23:14:34 +0000 |
commit | 8c2359e2541f9d1b11443b49d8ea502b3ffea39c (patch) | |
tree | 035176ef2ab4dbaabda40150109c203887d83ed7 /community/synce-rra | |
parent | 991d38faccf4e1fb27f31f236ad58ee840103734 (diff) |
Wed Aug 3 23:14:34 UTC 2011
Diffstat (limited to 'community/synce-rra')
-rw-r--r-- | community/synce-rra/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/community/synce-rra/PKGBUILD b/community/synce-rra/PKGBUILD index dcc1e2f6b..0a305f882 100644 --- a/community/synce-rra/PKGBUILD +++ b/community/synce-rra/PKGBUILD @@ -1,26 +1,23 @@ -# $Id: PKGBUILD 27254 2010-09-18 22:01:47Z schuay $ +# $Id: PKGBUILD 53286 2011-08-02 17:26:49Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=synce-rra pkgver=0.14 -pkgrel=3 +pkgrel=4 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') makedepends=('python2' 'pyrex') -source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz \ - build-fix.diff) -md5sums=('3a608174a3a476c96dd4dd4929448fe8' - '8c898d226653cbbb8b778aa0587d66aa') +source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz) +md5sums=('3a608174a3a476c96dd4dd4929448fe8') 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 } |