updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / indicator-usb / PKGBUILD
blobc92e5a81043bc50ebd98fbceb534dbd3254e3dc4
1 # Contributor Madek <gonzaloseguel@gmail.com>
3 pkgname=indicator-usb
4 pkgver=0.2.1
5 pkgrel=1
6 arch=('any')
7 pkgdesc="USB disk manager for indicator"
8 url="https://github.com/Eugeny/indicator-usb"
9 license=('GPL')
10 depends=('indicator-application' 'python-appindicator')
11 makedepends=('libtool' 'intltool')
12 replaces=()
13 conflicts=()
14 provides=()
15 source=(http://dl.dropbox.com/u/7138409/indicator-usb/indicator-usb-0.2.1.deb)
16 md5sums=('3b01fa2361e671b02d0115b7fd64669e')
18 build() {
19 deb2targz indicator-usb-0.2.1.deb
20 tar xzf indicator-usb-0.2.1.tar.gz
21 find . -name indicator-usb -exec sed -i 's/env python/env python2/g' {} \;
22 cp -r usr/ ${pkgdir}/usr