summaryrefslogtreecommitdiff
path: root/community/synbak
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/synbak
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/synbak')
-rw-r--r--community/synbak/PKGBUILD30
-rw-r--r--community/synbak/synbak.changelog9
2 files changed, 39 insertions, 0 deletions
diff --git a/community/synbak/PKGBUILD b/community/synbak/PKGBUILD
new file mode 100644
index 000000000..f615a51cf
--- /dev/null
+++ b/community/synbak/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 24902 2010-08-29 17:21:27Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
+# Contributor: William Rea <sillywilly@gmail.com>
+# Contributor: aeolist <aeolist@hotmail.com>
+
+pkgname=synbak
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Meant to unify several backup methods in a single application while supplying a powerful reporting system'
+arch=('i686' 'x86_64')
+url='http://www.initzero.it/products/opensource/synbak'
+license=('GPL')
+depends=('bc' 'gnu-netcat')
+changelog=$pkgname.changelog
+source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('72212d57f4fa2675e3ced19936784a51')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+}
diff --git a/community/synbak/synbak.changelog b/community/synbak/synbak.changelog
new file mode 100644
index 000000000..757f1a45c
--- /dev/null
+++ b/community/synbak/synbak.changelog
@@ -0,0 +1,9 @@
+2010-08-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+ * synbak 1.3.2-1
+ * upstream release
+
+2009-11-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+ * synbak 1.2.2-1
+ * upstream release