summaryrefslogtreecommitdiff
path: root/community/agsync
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/agsync
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/agsync')
-rw-r--r--community/agsync/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/agsync/PKGBUILD b/community/agsync/PKGBUILD
deleted file mode 100644
index da0d64a16..000000000
--- a/community/agsync/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 65031 2012-02-20 02:09:59Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Zhukov Pavel <gelios@gmail.com>
-
-pkgname=agsync
-pkgver=0.2_pre
-_xpkgver=${pkgver/_/-}
-pkgrel=4
-pkgdesc="AvantGo sync plugin"
-arch=('i686' 'x86_64')
-url="http://duskwood.lownewulf.com/"
-license=("GPL")
-depends=('synce-librapi')
-makedepends=('synce-libsynce')
-source=(http://duskwood.lownewulf.com/$pkgname-$_xpkgver.tgz)
-md5sums=('74de1b1452a718c85364fab5ce3c0c2a')
-
-build() {
- cd $srcdir/$pkgname-$_xpkgver
- make
- mkdir -p $pkgdir/usr/{bin,lib,include}
- cp agsync $pkgdir/usr/bin/
- cp mal-files/mal-funcs.a $pkgdir/usr/lib/
- cp mal-files/AG{Net,Types}.h $pkgdir/usr/include/
-}