1 # Contributor: phillipe <phillipe@archlinux.com.br>
5 pkgdesc="An USB storage management interface."
7 url="https://launchpad.net/usbmanager"
8 depends=('hal' 'gtk2' 'python>=2.6' 'pygtk' 'python-notify')
9 optdepends=('mtools: to get the name [label] of the usb device.')
11 source=("http://launchpad.net/usbmanager/1.x/1.0.0/+download/${pkgname}-${pkgver}.tar.gz")
12 md5sums=('d51e01cf78e0c5b1628646e3652ea510')
15 cd ${srcdir}/${pkgname}
16 python setup.py install --root $pkgdir
17 sed -i 's/^Exec=usbmanager/Exec=usbmanager --tray/' ${pkgdir}/usr/share/applications/${pkgname}.desktop