# Maintainer: Natanael Copa pkgname=parted pkgver=2.1 pkgrel=0 pkgdesc="Utility to create, destroy, resize, check and copy partitions" url="http://www.gnu.org/software/parted/parted.html" license="GPL3" subpackages="$pkgname-dev $pkgname-doc" depends= makedepends="pkgconfig e2fsprogs-dev readline-dev ncurses-dev lvm2-dev" source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" ./configure --prefix=/usr \ --disable-debug \ --disable-nls \ --disable-Werror make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install } md5sums="c0fd26f12fefb013d77cc5160722ec03 parted-2.1.tar.gz"