mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/partclone to 0.3.19-1
This commit is contained in:
parent
859d0b2b95
commit
fa79386733
1 changed files with 4 additions and 4 deletions
|
@ -8,22 +8,22 @@
|
||||||
# - remove fail-mbr from build
|
# - remove fail-mbr from build
|
||||||
|
|
||||||
pkgname=partclone
|
pkgname=partclone
|
||||||
pkgver=0.3.18
|
pkgver=0.3.19
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Utilities to save and restore used blocks on a partition"
|
pkgdesc="Utilities to save and restore used blocks on a partition"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://partclone.org"
|
url="https://partclone.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
|
depends=('ntfs-3g' 'nilfs-utils')
|
||||||
source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
|
source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
|
||||||
md5sums=('011fd357ceb590d6fc1b8d0e8d4652fc')
|
md5sums=('c4e469396a402810f97370fbfa462934')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
||||||
./autogen
|
./autogen
|
||||||
sed -i 's/fail-mbr//' Makefile.in
|
sed -i 's/fail-mbr//' Makefile.in
|
||||||
./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
|
./configure --prefix=/usr --enable-extfs --enable-fat \
|
||||||
--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
|
--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 --enable-xfs \
|
||||||
--sbindir=/usr/bin
|
--sbindir=/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue