summaryrefslogtreecommitdiffstats
path: root/extra/parted/Pkgfile
blob: bca3ae4031f052be071bcf5d3d469d506109e39f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Librairies pour gparted 
# URL: http://www.gnu.org/software/parted/index.shtml
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: device-mapper

name=parted
version=1.9.0
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\
	parted-1.9.0-btrfs-02.patch	)

build() {
	cd $name-$version
	patch -Np1 -i ../parted-1.9.0-btrfs-02.patch
	./configure --prefix=/usr \
	--disable-debug \
	--without-readline \
	--disable-Werror
	make
	make DESTDIR=$PKG install
	rm $PKG/usr/share/info/dir
}