updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / pysize / PKGBUILD
blob7583572a1f0f4b8ae6d40861c5d15987e46216b2
1 # Contributor: Thomas Schreck <shrek@axolotlfarm.org>
3 pkgname=pysize
4 pkgver=0.2
5 pkgrel=2
6 pkgdesc="Pysize is a graphical and console tool for exploring the size of directories."
7 arch=('i686')
8 url="http://guichaz.free.fr/pysize/"
9 license=('GPL')
10 depends=('pygtk')
11 source=(http://guichaz.free.fr/pysize/files/$pkgname-$pkgver.tar.gz)
12 md5sums=('e2865c26ecef54e1a8ab1d4b551bd65f')
14 build() {
15   cd $startdir/src/$pkgname-$pkgver
16   python2 setup.py install --prefix=/usr --root=$startdir/pkg