summaryrefslogtreecommitdiff
path: root/community/synce-rra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/synce-rra
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/synce-rra')
-rw-r--r--community/synce-rra/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/synce-rra/PKGBUILD b/community/synce-rra/PKGBUILD
deleted file mode 100644
index 4b450b8a1..000000000
--- a/community/synce-rra/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 65479 2012-02-21 06:00:54Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Zhukov Pavel <gelios@gmail.com>
-
-pkgname=synce-rra
-pkgver=0.14
-pkgrel=5
-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)
-md5sums=('3a608174a3a476c96dd4dd4929448fe8')
-
-build() {
- cd $srcdir/librra-$pkgver
- ./configure --prefix=/usr
- sed -i s/-Werror// lib/Makefile src/Makefile
- make
- make DESTDIR=$pkgdir install
-}