# $Id: PKGBUILD 51369 2009-09-07 20:16:07Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Andrew Simmons pkgname=gparted pkgver=0.4.6 pkgrel=2 pkgdesc="A Partition Magic clone, frontend to GNU Parted" arch=('i686' 'x86_64') url="http://gparted.sourceforge.net" license=('GPL') depends=('parted>=1.8.8' 'gtkmm') makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils') optdepends=('e2fsprogs: for ext2/ext3 partitions' 'dosfstools: for fat16/32 partitions' 'jfsutils: for jfs partitions' 'ntfsprogs: for ntfs partitions' 'reiserfsprogs: for reiser partitions' 'xfsprogs: for xfs partitions' 'gksu: to run gparted directly from menu') install=gparted.install source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2) md5sums=('f070f83d6f66aa3c56896735b7bb0d23') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make || return 1 make DESTDIR="${pkgdir}/" install }