updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / pysdm / PKGBUILD
blobc292082fa4dc4efb941c2a3be44bb8809da5c070
1 # Contributor: Hyperair <hyperair@gmail.com>
2 pkgname=pysdm
3 pkgver=0.4.1
4 pkgrel=1
5 pkgdesc="PySDM is a Storage Device Manager that allows full customization of hard disk mountpoints without manually access to fstab."
6 arch=(i686 x86_64)
7 url="http://pysdm.sf.net"
8 license=('GPL')
9 depends=('python>=2.4' 'pygtk')
10 source=(http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz)
11 md5sums=('bc3b671ac95065c5121e056d820fd0a2')
12 install=pysdm.install
13 build() {
14   cd "$srcdir/$pkgname-$pkgver"
16   ./configure --prefix=/usr
17   make || return 1
18   make DESTDIR="$pkgdir" install