summaryrefslogtreecommitdiff
path: root/community/synce-rra
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-04 00:20:47 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-04 00:20:47 -0300
commit97a74a6a87ccbeb5649f226377d0c10ae824f1e1 (patch)
tree614d5483fcdab0aa6adecc7041c4b872ffb5a293 /community/synce-rra
parente8eefc5a3834440246552e54c169abfa0703672e (diff)
parent8c2359e2541f9d1b11443b49d8ea502b3ffea39c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/unifdef/PKGBUILD extra/gtk2/PKGBUILD extra/libmpeg2/PKGBUILD extra/mesa/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-libdrm/no-pthread-stubs.patch multilib/lib32-mesa/PKGBUILD
Diffstat (limited to 'community/synce-rra')
-rw-r--r--community/synce-rra/PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/community/synce-rra/PKGBUILD b/community/synce-rra/PKGBUILD
index 89bb0f9d3..aad00d2a7 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' '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')
+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
}