mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/partclone to 0.3.12-1
This commit is contained in:
parent
71dd21db48
commit
0fa0395413
1 changed files with 4 additions and 3 deletions
|
@ -8,19 +8,20 @@
|
||||||
# - remove fail-mbr from build
|
# - remove fail-mbr from build
|
||||||
|
|
||||||
pkgname=partclone
|
pkgname=partclone
|
||||||
pkgver=0.3.11
|
pkgver=0.3.12
|
||||||
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=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
|
||||||
source=(https://partclone.nchc.org.tw/download/unstable/$pkgname-$pkgver.tar.gz)
|
source=(https://partclone.nchc.org.tw/download/testing/$pkgname-$pkgver.tar.gz)
|
||||||
md5sums=('caede528e8a240aef9a1f12e714989c3')
|
md5sums=('5c29f38e484fd5800873e06adc9e7e19')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
||||||
|
./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-reiserfs --enable-fat \
|
||||||
--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
|
--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
|
||||||
|
|
Loading…
Reference in a new issue