[arch-commits] Commit in fsarchiver/repos (community-x86_64 community-x86_64/PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Dec 24 14:33:09 UTC 2017


    Date: Sunday, December 24, 2017 @ 14:33:08
  Author: jelle
Revision: 313588

archrelease: copy trunk to community-x86_64

Added:
  fsarchiver/repos/community-x86_64/
  fsarchiver/repos/community-x86_64/PKGBUILD
    (from rev 313587, fsarchiver/trunk/PKGBUILD)

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

Copied: fsarchiver/repos/community-x86_64/PKGBUILD (from rev 313587, fsarchiver/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-12-24 14:33:08 UTC (rev 313588)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=fsarchiver
+pkgver=0.8.3
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('3412c9d6d79bfbcfae5103639da5a014')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list