1 # Contributor: Hyperair <hyperair@gmail.com>
5 pkgdesc="PySDM is a Storage Device Manager that allows full customization of hard disk mountpoints without manually access to fstab."
7 url="http://pysdm.sf.net"
9 depends=('python>=2.4' 'pygtk')
10 source=(http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz)
11 md5sums=('bc3b671ac95065c5121e056d820fd0a2')
14 cd "$srcdir/$pkgname-$pkgver"
16 ./configure --prefix=/usr
18 make DESTDIR="$pkgdir" install