mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/partclone to 0.2.70-2
This commit is contained in:
parent
ab8348212c
commit
2d20e0809b
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
# $Id: PKGBUILD 90410 2013-05-12 09:03:51Z jsteel $
|
||||
# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
|
||||
# Maintainer: Jonathan Steel <jsteel at archlinux.org>
|
||||
# Contrinutor: Dan Serban
|
||||
# Contributor: Franz Burgmann
|
||||
# Contributor: Todd Partridge (Gen2ly)
|
||||
|
@ -10,17 +10,17 @@
|
|||
|
||||
pkgname=partclone
|
||||
pkgver=0.2.70
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/src/$pkgname-$pkgver.tar.gz)
|
||||
source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('92708a46e13f96544539f0073a162a67')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
sed -i 's/fail-mbr//' Makefile.in
|
||||
./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
|
||||
|
@ -30,7 +30,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
make PREFIX=/usr DESTDIR="$pkgdir"/ install
|
||||
make PREFIX=/usr DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue