summaryrefslogtreecommitdiff
path: root/community/agsync
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/agsync
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/agsync')
-rw-r--r--community/agsync/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/agsync/PKGBUILD b/community/agsync/PKGBUILD
new file mode 100644
index 000000000..9278d80fb
--- /dev/null
+++ b/community/agsync/PKGBUILD
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 17480 2010-05-24 14:08:11Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Zhukov Pavel <gelios@gmail.com>
+
+pkgname=agsync
+pkgver=0.2_pre
+_xpkgver=${pkgver/_/-}
+pkgrel=3
+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 $startdir/src/$pkgname-$_xpkgver
+ make || return 1
+ mkdir -p $startdir/pkg/usr/{bin,lib,include}
+ cp agsync $startdir/pkg/usr/bin/
+ cp mal-files/mal-funcs.a $startdir/pkg/usr/lib/
+ cp mal-files/AG{Net,Types}.h $startdir/pkg/usr/include/
+}