[arch-commits] Commit in (4 files)

Tobias Powalowski tpowa at archlinux.org
Mon May 18 18:32:53 UTC 2009


    Date: Monday, May 18, 2009 @ 14:32:53
  Author: tpowa
Revision: 39500

'newpkg: filesystem backup tool'

Added:
  fsarchiver/
  fsarchiver/repos/
  fsarchiver/trunk/
  fsarchiver/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Added: fsarchiver/trunk/PKGBUILD
===================================================================
--- fsarchiver/trunk/PKGBUILD	                        (rev 0)
+++ fsarchiver/trunk/PKGBUILD	2009-05-18 18:32:53 UTC (rev 39500)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=fsarchiver
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="A safe and flexible file-system backup and deployment tool"
+arch=('i686' 'x86_64')
+url="http://www.fsarchiver.org/"
+license=('GPL')
+depends=('bzip2' 'e2fsprogs' 'lzo2' 'openssl')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-lzma
+  make || return 1
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('143a559139f56f2e606a31fd108ecb4b')




More information about the arch-commits mailing list