community/partclone to 0.3.11-1

This commit is contained in:
Kevin Mihelich 2018-10-10 15:49:38 +00:00
parent a1bd9d0504
commit 7c2fd4b3a4

View file

@ -8,24 +8,23 @@
# - remove fail-mbr from build
pkgname=partclone
pkgver=0.2.89
pkgrel=3
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/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
md5sums=('1b6602fa623afc37a8c5252335d1bb01')
source=(https://partclone.nchc.org.tw/download/unstable/$pkgname-$pkgver.tar.gz)
md5sums=('caede528e8a240aef9a1f12e714989c3')
build() {
cd $pkgname-$pkgver
# enable xfs again when it's updated to not use the deprecated ustat interface
sed -i 's/fail-mbr//' Makefile.in
./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-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
--sbindir=/usr/bin
make