mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/partclone to 0.2.89-3
This commit is contained in:
parent
015957d2f3
commit
a0da3e8d68
1 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Jonathan Steel <jsteel at archlinux.org>
|
||||
# Contrinutor: Dan Serban
|
||||
# Contributor: Franz Burgmann
|
||||
|
@ -10,22 +9,23 @@
|
|||
|
||||
pkgname=partclone
|
||||
pkgver=0.2.89
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Utilities to save and restore used blocks on a partition"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://partclone.org"
|
||||
arch=('x86_64')
|
||||
url="https://partclone.org"
|
||||
license=('GPL')
|
||||
depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
|
||||
source=(http://partclone.nchc.org.tw/download/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
|
||||
source=(https://partclone.nchc.org.tw/download/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
|
||||
md5sums=('1b6602fa623afc37a8c5252335d1bb01')
|
||||
|
||||
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-xfs \
|
||||
--enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 \
|
||||
--sbindir=/usr/bin
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue