summaryrefslogtreecommitdiffstats
path: root/system/ttf-charis-sil/ttf-charis-sil.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/ttf-charis-sil/ttf-charis-sil.SlackBuild')
-rw-r--r--system/ttf-charis-sil/ttf-charis-sil.SlackBuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/system/ttf-charis-sil/ttf-charis-sil.SlackBuild b/system/ttf-charis-sil/ttf-charis-sil.SlackBuild
index 1070bb121a..6c9f9d6744 100644
--- a/system/ttf-charis-sil/ttf-charis-sil.SlackBuild
+++ b/system/ttf-charis-sil/ttf-charis-sil.SlackBuild
@@ -1,9 +1,10 @@
#!/bin/bash
+# @(#) ttf-charis-sil.SlackBuild 1.5@(#)
+
# Slackware build script for ttf-charis-sil
-# $Id: ttf-charis-sil.SlackBuild,v 1.1 2018/09/23 18:44:52 pomf Exp pomf $
-# Copyright 2018 pomfland
+# Copyright 2022 pomfland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ttf-charis-sil
-VERSION=${VERSION:-5.000}
+VERSION=${VERSION:-6.101}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -35,9 +36,6 @@ SRCNAM=CharisSIL
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -63,7 +61,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/share/fonts/TTF
-cp $SRCNAM-{B,BI,I,R}.ttf $PKG/usr/share/fonts/TTF
+cp *.ttf $PKG/usr/share/fonts/TTF
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar documentation *.txt $PKG/usr/doc/$PRGNAM-$VERSION