network/drawterm: Updated for version dc703b3438f9.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a63da365b7
commit
7d08954eaf
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=drawterm
|
||||
VERSION=${VERSION:-1d3e2b3502f1}
|
||||
VERSION=${VERSION:-dc703b3438f9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -56,7 +56,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -67,7 +67,9 @@ find -L . \
|
|||
|
||||
# The makefile uses the build host's uname to determine the target architecture,
|
||||
# and won't handle our CFLAGS, and can't 'make install'.
|
||||
CONF=unix make
|
||||
# (we can fool it a bit with CC though - Dave)
|
||||
CONF=unix make \
|
||||
CC="gcc $SLKCFLAGS -fcommon"
|
||||
|
||||
install -D -t $PKG/usr/bin -m755 drawterm
|
||||
install -D -t $PKG/usr/man/man1 -m755 drawterm.1
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="drawterm"
|
||||
VERSION="1d3e2b3502f1"
|
||||
VERSION="dc703b3438f9"
|
||||
HOMEPAGE="http://drawterm.9front.org"
|
||||
DOWNLOAD="https://code.9front.org/hg/drawterm/archive/1d3e2b3502f1.tar.gz"
|
||||
MD5SUM="9d73863b3124a914265c8c959e067516"
|
||||
DOWNLOAD="https://code.9front.org/hg/drawterm/archive/dc703b3438f9.tar.gz"
|
||||
MD5SUM="d5625ed2b9f830e94e7ddce1872da6f4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue