diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2007-06-27 22:25:21 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2007-06-27 22:25:21 +0000 |
commit | 24a47e89d6abff342d67058ae8f0132c4bc2a363 (patch) | |
tree | 24f607f7c368c2fec5878fba524905807f040d61 /net-p2p/pandodl/files | |
parent | Add Pando-EULA. (diff) | |
download | gentoo-2-24a47e89d6abff342d67058ae8f0132c4bc2a363.tar.gz gentoo-2-24a47e89d6abff342d67058ae8f0132c4bc2a363.tar.bz2 gentoo-2-24a47e89d6abff342d67058ae8f0132c4bc2a363.zip |
net-p2p/pandodl: Initial commit, fixes bug 182580
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-p2p/pandodl/files')
-rw-r--r-- | net-p2p/pandodl/files/digest-pandodl-0.9.1.0 | 3 | ||||
-rwxr-xr-x | net-p2p/pandodl/files/pandodl | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/pandodl/files/digest-pandodl-0.9.1.0 b/net-p2p/pandodl/files/digest-pandodl-0.9.1.0 new file mode 100644 index 000000000000..75e133c8976e --- /dev/null +++ b/net-p2p/pandodl/files/digest-pandodl-0.9.1.0 @@ -0,0 +1,3 @@ +MD5 7962e93e72a4a936de8aade03b536e62 pandodl-0.9.1.0.tar.bz2 3741951 +RMD160 1d04b4b1b998fb00b70316c221097eefa943c2b3 pandodl-0.9.1.0.tar.bz2 3741951 +SHA256 53d6f319b870bc23b0cd83c2ceb9b8c9e4bbf329d5c99ab82db5e8b996773c12 pandodl-0.9.1.0.tar.bz2 3741951 diff --git a/net-p2p/pandodl/files/pandodl b/net-p2p/pandodl/files/pandodl new file mode 100755 index 000000000000..c5a04025ac72 --- /dev/null +++ b/net-p2p/pandodl/files/pandodl @@ -0,0 +1,7 @@ +#!/bin/sh +#Pando downloader launcher +PANDO_HOME=/opt/pandodl +PANDODL=$PANDO_HOME/bin/pandoDownloader +PD_LIB_PATH=$PANDO_HOME/lib +export LD_LIBRARY_PATH=${PD_LIB_PATH}:${LD_LIBRARY_PATH} +exec $PANDODL $@ |