mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/tinyterm: Updated for version 0.5.6.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
0b7f33ad70
commit
f7281f37b3
3 changed files with 9 additions and 7 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue