system/mlterm: Updated for version 3.0.0.
This commit is contained in:
parent
3402094f15
commit
3568167323
|
@ -5,7 +5,7 @@
|
|||
# Written by Marco Cecchetti (mrc.ildp@gmail.com)
|
||||
|
||||
PRGNAM=mlterm
|
||||
VERSION=${VERSION:-2.9.4}
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -54,10 +54,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-optimize-redrawing \
|
||||
--with-imagelib=gdk-pixbuf2 \
|
||||
--with-type-engines=${FONT_ENGINE} \
|
||||
--with-libltdl \
|
||||
--enable-fribidi \
|
||||
--enable-m17nlib \
|
||||
--disable-static \
|
||||
--enable-m17nlib \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
@ -67,7 +66,7 @@ make install DESTDIR=$PKG
|
|||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
)
|
||||
|
||||
( cd $PKG/usr/man
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mlterm"
|
||||
VERSION="2.9.4"
|
||||
VERSION="3.0.0"
|
||||
HOMEPAGE="http://mlterm.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mlterm/mlterm-2.9.4.tar.gz"
|
||||
MD5SUM="67fc33f09da045f86b0d4ceebed76aac"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mlterm/mlterm-3.0.0.tar.gz"
|
||||
MD5SUM="0d40121b735fd18dc79ae38ed4e75a11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Marco Cecchetti"
|
||||
EMAIL="mrc.ildp@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in New Issue