system/t1utils: Updated for version 1.36.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
768b2a16f9
commit
3a7c02202e
|
@ -4,16 +4,14 @@
|
|||
# Written by Kyle Guinn <elyk03@gmail.com>
|
||||
|
||||
PRGNAM=t1utils
|
||||
VERSION=${VERSION:-1.35}
|
||||
VERSION=${VERSION:-1.36}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -53,12 +51,13 @@ chmod -R u+w,go+r-w,a-st .
|
|||
CFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib$LIBDIRSUFFIX \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--infodir=/usr/info \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="t1utils"
|
||||
VERSION="1.35"
|
||||
HOMEPAGE="http://www.lcdf.org/~eddietwo/type/"
|
||||
DOWNLOAD="http://www.lcdf.org/~eddietwo/type/t1utils-1.35.tar.gz"
|
||||
MD5SUM="20e4cd3ffe81f01eff02a5e2320d95b7"
|
||||
VERSION="1.36"
|
||||
HOMEPAGE="http://www.lcdf.org/type/#t1utils"
|
||||
DOWNLOAD="http://www.lcdf.org/type/t1utils-1.36.tar.gz"
|
||||
MD5SUM="f580e78a38807bce0242b63b5da3a572"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Kyle Guinn"
|
||||
|
|
Loading…
Reference in New Issue