summaryrefslogtreecommitdiffstats
path: root/system/webcore-fonts
diff options
context:
space:
mode:
author Dugan Chen <dugan [underscore] c [at] fastmail [dot] fm>2010-05-13 00:42:23 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:42:23 +0200
commitb7aeae22648b1902233a63210416d1b003abb145 (patch)
tree7ccc591372b124d195d8457a61dc0dd2fc998bfa /system/webcore-fonts
parent816f172bcddc734a6f85a54b3d52087853c770bb (diff)
downloadslackbuilds-b7aeae22648b1902233a63210416d1b003abb145.tar.gz
slackbuilds-b7aeae22648b1902233a63210416d1b003abb145.tar.xz
system/webcore-fonts: Updated for version 3.0
Diffstat (limited to 'system/webcore-fonts')
-rw-r--r--system/webcore-fonts/doinst.sh2
-rw-r--r--system/webcore-fonts/webcore-fonts.SlackBuild4
-rw-r--r--system/webcore-fonts/webcore-fonts.info2
3 files changed, 5 insertions, 3 deletions
diff --git a/system/webcore-fonts/doinst.sh b/system/webcore-fonts/doinst.sh
index bdb050188d..26221059a3 100644
--- a/system/webcore-fonts/doinst.sh
+++ b/system/webcore-fonts/doinst.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
# Update the X font indexes:
if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then
( cd /usr/share/fonts/TTF
@@ -9,3 +8,4 @@ fi
if [ -x /usr/bin/fc-cache ]; then
/usr/bin/fc-cache -f
fi
+
diff --git a/system/webcore-fonts/webcore-fonts.SlackBuild b/system/webcore-fonts/webcore-fonts.SlackBuild
index 8f79d4fe7a..5962b9abdd 100644
--- a/system/webcore-fonts/webcore-fonts.SlackBuild
+++ b/system/webcore-fonts/webcore-fonts.SlackBuild
@@ -7,7 +7,7 @@
PRGNAM=webcore-fonts
VERSION=${VERSION:-3.0}
-ARCH=${ARCH:-noarch}
+ARCH=noarch
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
@@ -49,4 +49,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/webcore-fonts/webcore-fonts.info b/system/webcore-fonts/webcore-fonts.info
index 4cb9e653f8..ff60cc1498 100644
--- a/system/webcore-fonts/webcore-fonts.info
+++ b/system/webcore-fonts/webcore-fonts.info
@@ -2,7 +2,9 @@ PRGNAM="webcore-fonts"
VERSION="3.0"
HOMEPAGE="http://avi.alkalay.net/linux/docs/font-howto/Font.html#msfonts"
DOWNLOAD="http://avi.alkalay.net/software/webcore-fonts/webcore-fonts-3.0.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="0ca029d7135f7afdba00be6280ff96c6"
+MD5SUM_x86_64=""
MAINTAINER="Dugan Chen"
EMAIL="dugan [underscore] c [at] fastmail [dot] fm"
APPROVED="dsomero"