[arch-commits] Commit in partclone/repos (2 files)

Jonathan Steel jsteel at archlinux.org
Sat Oct 6 18:32:38 UTC 2018


    Date: Saturday, October 6, 2018 @ 18:32:37
  Author: jsteel
Revision: 390900

archrelease: copy trunk to community-testing-x86_64

Added:
  partclone/repos/community-testing-x86_64/
  partclone/repos/community-testing-x86_64/PKGBUILD
    (from rev 390899, partclone/trunk/PKGBUILD)

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

Copied: partclone/repos/community-testing-x86_64/PKGBUILD (from rev 390899, partclone/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-10-06 18:32:37 UTC (rev 390900)
@@ -0,0 +1,33 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.3.11
+pkgrel=1
+pkgdesc="Utilities to save and restore used blocks on a partition"
+arch=('x86_64')
+url="https://partclone.org"
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
+source=(https://partclone.nchc.org.tw/download/unstable/$pkgname-$pkgver.tar.gz)
+md5sums=('caede528e8a240aef9a1f12e714989c3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+    --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
+    --enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
+    --sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list