updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / feedworker-itasa / PKGBUILD
blobc5a25b57ae7eed822be57a2195edb1831c936684
2 pkgname=feedworker-itasa
3 pkgver=2.0.3
4 pkgrel=1
5 pkgdesc="Subtitles client to download the latest updates on Itasa (italiansubs.net)"
6 arch=("i686" "x86_64")
7 url="http://www.italiansubs.net/index.php?option=com_content&view=article&id=6991&Itemid=88"
8 license=('GPL')
9 depends=('jre')
10 source=(http://www.italiansubs.net/software/FeedWorkerItasa_203.zip)
12 build() {
13         cd $srcdir/FeedWorkerItasa
14         install -d -m777 $pkgdir/opt/feedworkeritasa/
15         cp -r {lib,FeedWorkerItasa.jar} $pkgdir/opt/feedworkeritasa/
16         install -d -m755 $pkgdir/usr/bin
17         echo "#!/bin/bash" >> $pkgdir/usr/bin/feedworkeritasa
18         echo "cd /opt/feedworkeritasa/" >> $pkgdir/usr/bin/feedworkeritasa
19         echo "java -jar "FeedWorkerItasa.jar"" >> $pkgdir/usr/bin/feedworkeritasa
20         chmod +x $pkgdir/usr/bin/feedworkeritasa
24 md5sums=('e1c08a772167494d6328a0882639a3c4')