#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=pyparted pkgver=3.0 zenver=64 pkgrel=1 arch=i486 source=("http://fedorahosted.org/releases/p/y/pyparted/pyparted-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=https://fedorahosted.org/pyparted/ options=('noautodotnew') extradepends=("pydecorator") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pyparted (Python module for GNU parted)" "This is a python module for the parted library. It is used for" "manipulation of partition tables." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --mandir=/usr/man --disable-static make || return 1 make install DESTDIR=$startdir/pkg }