system/ttf-console-fonts: Added (converted TTFs for the console).

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
B. Watson 2017-04-04 16:00:02 +01:00 committed by Willy Sudiarto Raharjo
parent 878f3868df
commit b998239fe4
4 changed files with 82 additions and 0 deletions

View file

@ -0,0 +1,7 @@
ttf-console-fonts (converted TTFs for the console)
ttf-console-fonts is a collection of Linux console fonts, converted from
various TrueType fonts found in a typical Linux install.
This build includes Deja Vu Sans Mono and Liberation Mono. If freefont
is installed, the package will also include FreeMono.

View file

@ -0,0 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
ttf-console-fonts: ttf-console-fonts (converted TTFs for the console)
ttf-console-fonts:
ttf-console-fonts: ttf-console-fonts is a collection of Linux console fonts, converted
ttf-console-fonts: from various TrueType fonts found in a typical Linux install.
ttf-console-fonts:
ttf-console-fonts:
ttf-console-fonts:
ttf-console-fonts:
ttf-console-fonts:
ttf-console-fonts:
ttf-console-fonts:

View file

@ -0,0 +1,46 @@
#!/bin/sh
# Slackware build script for ttf-console-fonts
# Written by B. Watson (yalhcru@gmail.com)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=ttf-console-fonts
VERSION=${VERSION:-20170403_abc5771}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -0,0 +1,10 @@
PRGNAM="ttf-console-fonts"
VERSION="20170403_abc5771"
HOMEPAGE="http://urchlay.naptime.net/repos/ttf-console-fonts/about/"
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/ttf-console-fonts-20170403_abc5771.tar.gz"
MD5SUM="36be7b721871c2c21f15a9e9206066cb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="otf2bdf bdf2psf psftools"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"