system/tinyterm: Updated for version 0.5.6.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2015-04-21 10:36:39 -07:00 committed by Willy Sudiarto Raharjo
parent 0b7f33ad70
commit f7281f37b3
3 changed files with 9 additions and 7 deletions

View file

@ -13,7 +13,7 @@ tinyterm:
tinyterm: It supports copy & paste with:
tinyterm: Ctrl + Shift + C and Ctrl + Shift + V.
tinyterm:
tinyterm: https://github.com/lahwaacz/tinyterm
tinyterm: https://github.com/ryanpcmcquen/tinyterm
tinyterm:
tinyterm:
tinyterm:

View file

@ -23,7 +23,7 @@
# <http://www.gnu.org/licenses/>.
PRGNAM=tinyterm
VERSION=${VERSION:-0.3}
VERSION=${VERSION:-0.5.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -40,6 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="COPYING README.md"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
@ -79,7 +81,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="tinyterm"
VERSION="0.3"
HOMEPAGE="https://github.com/lahwaacz/tinyterm"
DOWNLOAD="https://github.com/lahwaacz/tinyterm/archive/0.3.tar.gz"
MD5SUM="be7fc0dad002b2b097e5d7544fd0e2a9"
VERSION="0.5.6"
HOMEPAGE="https://github.com/ryanpcmcquen/tinyterm"
DOWNLOAD="https://github.com/ryanpcmcquen/tinyterm/archive/0.5.6.tar.gz"
MD5SUM="17538929bb831b48bf7e640a60bcb624"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""