From 43963cd546023bd3514492bf4e333623f32d9951 Mon Sep 17 00:00:00 2001 From: "Edinaldo P. Silva" Date: Sat, 3 Dec 2016 22:47:30 +0000 Subject: system/ttf-monaco: Updated for version 1.0. Signed-off-by: David Spencer --- system/ttf-monaco/README | 2 +- system/ttf-monaco/slack-desc | 2 +- system/ttf-monaco/ttf-monaco.SlackBuild | 28 ++++------------------------ system/ttf-monaco/ttf-monaco.info | 2 +- 4 files changed, 7 insertions(+), 27 deletions(-) (limited to 'system') diff --git a/system/ttf-monaco/README b/system/ttf-monaco/README index a9617e5674..5542020459 100644 --- a/system/ttf-monaco/README +++ b/system/ttf-monaco/README @@ -1,3 +1,3 @@ ttf-monaco (True Type font) -Monaco TrueType Font for Slackware. +Monaco TrueType Font. diff --git a/system/ttf-monaco/slack-desc b/system/ttf-monaco/slack-desc index b78029aa04..d49c08e6cf 100644 --- a/system/ttf-monaco/slack-desc +++ b/system/ttf-monaco/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| ttf-monaco: ttf-monaco (True Type Font) ttf-monaco: -ttf-monaco: Monaco True Type Font for Slackware. +ttf-monaco: Monaco True Type Font. ttf-monaco: ttf-monaco: Home page: http://www.gringod.com/?s=monaco ttf-monaco: diff --git a/system/ttf-monaco/ttf-monaco.SlackBuild b/system/ttf-monaco/ttf-monaco.SlackBuild index 10bef3482f..7e133d3de2 100644 --- a/system/ttf-monaco/ttf-monaco.SlackBuild +++ b/system/ttf-monaco/ttf-monaco.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ttf-monaco. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,41 +23,21 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ttf-monaco -VERSION=${VERSION:-0.1} +VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi +ARCH=noarch CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi +SRCNAM="Monaco_Linux" set -e -SRCNAM="Monaco_Linux" - rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP diff --git a/system/ttf-monaco/ttf-monaco.info b/system/ttf-monaco/ttf-monaco.info index 255b6bfa3d..2c02f89a3c 100644 --- a/system/ttf-monaco/ttf-monaco.info +++ b/system/ttf-monaco/ttf-monaco.info @@ -1,5 +1,5 @@ PRGNAM="ttf-monaco" -VERSION="0.1" +VERSION="1.0" HOMEPAGE="http://www.gringod.com/?s=monaco" DOWNLOAD="http://www.gringod.com/wp-upload/software/Fonts/Monaco_Linux.ttf" MD5SUM="15406419f73436c28b7e7684d6e3f346" -- cgit v1.2.3