summaryrefslogtreecommitdiff
path: root/community/synce-rra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-20 02:15:20 -0700
committerroot <root@rshg054.dnsready.net>2013-08-20 02:15:20 -0700
commit1ae31a85e191bbf7313077b472a66d1c24af1f74 (patch)
tree91f021858c2e33e1a6633c12b80e54105fd7500b /community/synce-rra
parent26606f981048ee9efcda690b619d3c53501a7a58 (diff)
Tue Aug 20 02:14:51 PDT 2013
Diffstat (limited to 'community/synce-rra')
-rw-r--r--community/synce-rra/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/community/synce-rra/PKGBUILD b/community/synce-rra/PKGBUILD
index 4b450b8a1..f647b57df 100644
--- a/community/synce-rra/PKGBUILD
+++ b/community/synce-rra/PKGBUILD
@@ -1,23 +1,27 @@
-# $Id: PKGBUILD 65479 2012-02-21 06:00:54Z spupykin $
+# $Id: PKGBUILD 96045 2013-08-19 12:13:09Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>
pkgname=synce-rra
-pkgver=0.14
-pkgrel=5
+pkgver=0.17
+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')
+depends=('glibc' 'synce-core' 'synce-libmimedir')
makedepends=('python2' 'pyrex')
source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
-md5sums=('3a608174a3a476c96dd4dd4929448fe8')
+md5sums=('d0c869afbce4d203c85098a2886b6956')
build() {
cd $srcdir/librra-$pkgver
./configure --prefix=/usr
- sed -i s/-Werror// lib/Makefile src/Makefile
+# sed -i s/-Werror// lib/Makefile src/Makefile
make
+}
+
+package() {
+ cd $srcdir/librra-$pkgver
make DESTDIR=$pkgdir install
}