mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/partclone to 0.2.87-1
This commit is contained in:
parent
c98ac3f815
commit
3fc6f9d289
1 changed files with 9 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 90410 2013-05-12 09:03:51Z jsteel $
|
||||
# $Id$
|
||||
# Maintainer: Jonathan Steel <jsteel at archlinux.org>
|
||||
# Contrinutor: Dan Serban
|
||||
# Contributor: Franz Burgmann
|
||||
|
@ -9,22 +9,24 @@
|
|||
# - remove fail-mbr from build
|
||||
|
||||
pkgname=partclone
|
||||
pkgver=0.2.80
|
||||
pkgrel=2
|
||||
pkgver=0.2.87
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities to save and restore used blocks on a partition"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://partclone.org"
|
||||
license=('GPL')
|
||||
depends=('progsreiserfs' 'ntfs-3g')
|
||||
source=(http://partclone.nchc.org.tw/download/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
|
||||
md5sums=('82e83d8350714d0834bde59a4a168f8c')
|
||||
depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
|
||||
source=(http://partclone.nchc.org.tw/download/testing/${pkgname}_$pkgver.orig.tar.gz)
|
||||
md5sums=('e06ffe1bf5ef463937ecb9ac2f38d4fe')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
sed -i 's/fail-mbr//' Makefile.in
|
||||
./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
|
||||
--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs --sbindir=/usr/bin
|
||||
--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
|
||||
--enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
|
||||
--sbindir=/usr/bin
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue