1 # Contributor: Nathan Owe. <ndowens04 at gmail>
6 pkgdesc="A PyQt4 application used for searching and downloading torrents"
8 url="http://code.google.com/p/isohunter/"
9 source=("http://isohunter.googlecode.com/files/isoHunter-1.0.tar.bz2" "isohunter.sh")
11 md5sums=('72fbbdde57c74802ac9e1f92b9624c26'
12 '2dc6207ee77a556c8b0ed5272733fc4e')
13 depends=('python' 'pyqt')
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