Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ec17354d61b3814cb7341711c122b69560a85afd
commit ec17354d61b3814cb7341711c122b69560a85afd Author: kikadf <[email protected]> Date: Wed Jul 20 19:59:24 2011 +0200 jdownloader-0.9581-1-i686 *New package diff --git a/source/network-extra/jdownloader/FrugalBuild b/source/network-extra/jdownloader/FrugalBuild new file mode 100644 index 0000000..4d966e5 --- /dev/null +++ b/source/network-extra/jdownloader/FrugalBuild @@ -0,0 +1,29 @@ +# Compiling Time: 0 SBU +# Maintainer: kikadf <[email protected]> + +pkgname=jdownloader +pkgver=0.9581 +pkgrel=1 +pkgdesc="JDownloader is a java based downloadmanager supporting RapidShare, \ +Megaupload and another 1000+ sites." +url="http://jdownloader.org/" +_F_cd_path="." +_F_desktop_name="JDownloader" +_F_desktop_icon="Jdownloader.png" +_F_desktop_categories="Network;FileTransfer;" +rodepends=('openjre' 'wget' 'bash') +up2date="elinks -dump $url/changes/index | grep ]Version | cut -d ' ' -f 13 | head -1" +source=(http://212.117.163.148/jd.sh \ + http://upload.wikimedia.org/wikipedia/commons/f/f7/Jdownloader.png) +groups=('network-extra') +archs=('i686' 'x86_64') +sha1sums=('6068b311d4f4880563a9ec0047a5a5a83ab5a553' \ + '95e4ce0b93a0e24b8c2af4b798f351873bdd372e') + +build() { + Fsed "JDDIR=~/.jd" "JDDIR=~/.jdownloader" jd.sh + Ficon Jdownloader.png + Fexe jd.sh /usr/bin/jdownloader + Fdesktop2 +} + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
