updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / isohunter / PKGBUILD
blob20799b80090a2f8ebbc93be59ffd200dfb7308d2
1 # Contributor: Nathan Owe. <ndowens04 at gmail>
3 pkgname=isohunter
4 pkgver=1.1
5 pkgrel=1
6 pkgdesc="A PyQt4 application used for searching and downloading torrents"
7 arch=(any)
8 url="http://code.google.com/p/isohunter/"
9 source=("http://isohunter.googlecode.com/files/isoHunter-1.0.tar.bz2" "isohunter.sh")
10 license=('GPL3')
11 md5sums=('72fbbdde57c74802ac9e1f92b9624c26'
12          '2dc6207ee77a556c8b0ed5272733fc4e')
13 depends=('python' 'pyqt')
14 options=(!emptydirs)
16 build() {
17   
18  install -d $pkgdir/usr/share/$pkgname $pkgdir/usr/bin
19  install -m644 IH.png readme.txt serp_icon_bubble.gif serp_icon_star.gif coards.py $pkgdir/usr/share/$pkgname
20  install -m755 $srcdir/isoHunter.py $pkgdir/usr/share/$pkgname
21  install -m755 $srcdir/isohunter.sh $pkgdir/usr/bin/isohunter
22   }