mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/tucan: Updated for version 0.3.8
This commit is contained in:
parent
ce7a11871c
commit
c6c3087eff
4 changed files with 13 additions and 19 deletions
|
@ -2,4 +2,4 @@ Tucan Manager is a free and open source software designed for automatic
|
|||
management of downloads and uploads at hosting sites like rapidshare or
|
||||
megaupload.
|
||||
|
||||
This requires pil and tesseract.
|
||||
This requires tesseract.
|
||||
|
|
|
@ -11,8 +11,8 @@ 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: http://cusl3-tucan.forja.rediris.es/index-en.html
|
||||
tucan:
|
||||
tucan: http://tucaneando.com/index-en.html
|
||||
tucan:
|
||||
tucan:
|
||||
tucan:
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for tucan
|
||||
# Written by Nai (bluedbs at gmail dot com)
|
||||
# Written by Nai (bluedbs@gmail.com)
|
||||
|
||||
PRGNAM=tucan
|
||||
VERSION=${VERSION:-0.3.7}
|
||||
ARCH=${ARCH:-i486}
|
||||
VERSION=${VERSION:-0.3.8}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -14,14 +14,6 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
@ -57,4 +49,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="tucan"
|
||||
VERSION="0.3.7"
|
||||
HOMEPAGE="http://cusl3-tucan.forja.rediris.es/index-en.html"
|
||||
DOWNLOAD="http://forja.rediris.es/frs/download.php/1290/tucan-0.3.7.tar.gz"
|
||||
MD5SUM="df779bbf13ff6e7563f84870bd6a7696"
|
||||
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"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nai"
|
||||
EMAIL="bluedbs@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue