network/plowshare: Updated for version 0.9.4.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
2e5a894c5b
commit
517d245b6a
|
@ -1,7 +1,8 @@
|
||||||
Plowshare is a command-line downloader/uploader for some of the most popular
|
Plowshare is a command-line downloader/uploader for some of the most popular
|
||||||
file-sharing websites. It presently supports Megaupload, Rapidshare, 2Shared,
|
file-sharing websites. It presently supports Megaupload, Rapidshare, 2Shared,
|
||||||
4Shared, ZShare, Badongo, Depositfiles, Mediafire, Netload.in, Storage.to,
|
4Shared, ZShare, Badongo, Divshare.com, Depositfiles, Mediafire, Netload.in,
|
||||||
Uploaded.to, Uploading.com, Sendspace, Usershare and X7.to.
|
Storage.to, Uploaded.to, Uploading.com, Sendspace, Usershare, X7.to and some
|
||||||
|
others.
|
||||||
|
|
||||||
This requires recode. tesseract, js and/or perl-Magick are required
|
This requires recode. tesseract, js and/or perl-Magick are required
|
||||||
(at runtime) for some sites. See the plowshare website for details.
|
(at runtime) for some sites. See the plowshare website for details.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Written by Mikhail Cuddy <mikhailcuddy@gmail.com>
|
# Written by Mikhail Cuddy <mikhailcuddy@gmail.com>
|
||||||
|
|
||||||
PRGNAM=plowshare
|
PRGNAM=plowshare
|
||||||
VERSION=${VERSION:-0.9.1}
|
VERSION=${VERSION:-0.9.4}
|
||||||
ARCH=noarch
|
ARCH=noarch
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -32,6 +32,9 @@ find . \
|
||||||
|
|
||||||
DESTDIR=$PKG PREFIX=/usr sh setup.sh install
|
DESTDIR=$PKG PREFIX=/usr sh setup.sh install
|
||||||
|
|
||||||
|
mv $PKG/usr/share/man $PKG/usr/man
|
||||||
|
gzip -9 $PKG/usr/man/man1/*.1
|
||||||
|
|
||||||
rm -r $PKG/usr/share/doc
|
rm -r $PKG/usr/share/doc
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="plowshare"
|
PRGNAM="plowshare"
|
||||||
VERSION="0.9.1"
|
VERSION="0.9.4"
|
||||||
HOMEPAGE="http://code.google.com/p/plowshare/"
|
HOMEPAGE="http://code.google.com/p/plowshare/"
|
||||||
DOWNLOAD="http://plowshare.googlecode.com/files/plowshare-0.9.1.tgz"
|
DOWNLOAD="http://plowshare.googlecode.com/files/plowshare-0.9.4.tgz"
|
||||||
MD5SUM="df652252faa364965c122159769f7e56"
|
MD5SUM="dd41b208a02c95e6117bad849d191c57"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Mikhail Cuddy"
|
MAINTAINER="Mikhail Cuddy"
|
||||||
EMAIL="mikhailcuddy@gmail.com"
|
EMAIL="mikhailcuddy@gmail.com"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="Niels Horn"
|
||||||
|
|
|
@ -10,9 +10,9 @@ plowshare: plowshare (file-sharing website utility)
|
||||||
plowshare:
|
plowshare:
|
||||||
plowshare: Plowshare is a command-line downloader/uploader for some of the most
|
plowshare: Plowshare is a command-line downloader/uploader for some of the most
|
||||||
plowshare: popular file-sharing websites. It presently supports Megaupload,
|
plowshare: popular file-sharing websites. It presently supports Megaupload,
|
||||||
plowshare: Rapidshare, 2Shared, 4Shared, ZShare, Badongo, Depositfiles,
|
plowshare: Rapidshare, 2Shared, 4Shared, ZShare, Badongo, Divshare.com,
|
||||||
plowshare: Mediafire, Netload.in, Storage.to, Uploaded.to, Uploading.com,
|
plowshare: Depositfiles, Mediafire, Netload.in, Storage.to, Uploaded.to,
|
||||||
plowshare: Sendspace, Usershare and X7.to.
|
plowshare: Uploading.com, Sendspace, Usershare, X7.to and some others.
|
||||||
plowshare:
|
plowshare:
|
||||||
plowshare: http://code.google.com/p/plowshare/
|
plowshare: http://code.google.com/p/plowshare/
|
||||||
plowshare:
|
plowshare:
|
||||||
|
|
Loading…
Reference in New Issue