diff options
author | Nai <bluedbs@gmail.com> | 2011-07-07 11:06:14 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-07 11:06:14 -0300 |
commit | 8a836486bd238c7096f919cee08b5d8c3a6c63a1 (patch) | |
tree | e8c68a436b13712fe1604dca5e8f2ac245f7fcff /network/tucan | |
parent | 43bc159ae15cac608a4b05ebbba354007178c51a (diff) | |
download | slackbuilds-8a836486bd238c7096f919cee08b5d8c3a6c63a1.tar.gz |
network/tucan: Updated for version 0.3.10.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/tucan')
-rw-r--r-- | network/tucan/README | 11 | ||||
-rw-r--r-- | network/tucan/doinst.sh | 3 | ||||
-rw-r--r-- | network/tucan/slack-desc | 10 | ||||
-rw-r--r-- | network/tucan/tucan.SlackBuild | 3 | ||||
-rw-r--r-- | network/tucan/tucan.info | 10 |
5 files changed, 23 insertions, 14 deletions
diff --git a/network/tucan/README b/network/tucan/README index ca60494888..f5685ceaa2 100644 --- a/network/tucan/README +++ b/network/tucan/README @@ -1,5 +1,10 @@ -Tucan Manager is a free and open source software designed for automatic -management of downloads and uploads at hosting sites like rapidshare or -megaupload. +Tucan Manager is a free file sharing application designed for 1-Click +Hosters. Fast and lightweight, Tucan is fully open-source and compatible +with Windows, GNU/Linux, and MacOSX. + +With Tucan's modular support for the principal Hosters, captcha +resolution, interchangeable links, premium user accounts, and many other +great features, you'll learn why users around the world are making the +switch to free, open 1-Click Hosted file sharing. This requires tesseract. diff --git a/network/tucan/doinst.sh b/network/tucan/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/network/tucan/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi diff --git a/network/tucan/slack-desc b/network/tucan/slack-desc index ecc40ea557..9253bc14db 100644 --- a/network/tucan/slack-desc +++ b/network/tucan/slack-desc @@ -6,13 +6,13 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -tucan: Tucan Manager +tucan: Tucan (download and upload manager) tucan: -tucan: Tucan Manager is a free and open source software -tucan: designed for automatic management of downloads and -tucan: uploads at hosting sites like rapidshare or megaupload. +tucan: Tucan Manager is a free file sharing application designed for 1-Click +tucan: Hosters. Fast and lightweight, Tucan is fully open-source and +tucan: compatible with Windows, GNU/Linux, and MacOSX. tucan: -tucan: http://tucaneando.com/index-en.html +tucan: http://www.tucaneando.com/ tucan: tucan: tucan: diff --git a/network/tucan/tucan.SlackBuild b/network/tucan/tucan.SlackBuild index a6e3b2a4e9..dc9018c2f4 100644 --- a/network/tucan/tucan.SlackBuild +++ b/network/tucan/tucan.SlackBuild @@ -4,7 +4,7 @@ # Written by Nai (bluedbs@gmail.com) PRGNAM=tucan -VERSION=${VERSION:-0.3.8} +VERSION=${VERSION:-0.3.10} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,6 +43,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/network/tucan/tucan.info b/network/tucan/tucan.info index fc95c9c791..a6f5ea18a3 100644 --- a/network/tucan/tucan.info +++ b/network/tucan/tucan.info @@ -1,10 +1,10 @@ PRGNAM="tucan" -VERSION="0.3.8" -HOMEPAGE="http://tucaneando.com/index-en.html" -DOWNLOAD="http://forja.rediris.es/frs/download.php/1400/tucan-0.3.8.tar.gz" -MD5SUM="3e27a9b17f67d8523950522366b18b77" +VERSION="0.3.10" +HOMEPAGE="http://www.tucaneando.com/" +DOWNLOAD="http://forja.rediris.es/frs/download.php/2051/tucan-0.3.10.tar.gz" +MD5SUM="35f49eb3f118051817d3692a13fa922c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Nai" EMAIL="bluedbs@gmail.com" -APPROVED="rworkman" +APPROVED="Niels Horn" |