summaryrefslogtreecommitdiffstats
path: root/tibmachuni-font-ttf
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-01-27 22:17:00 +0000
committer Eric Hameleers <alien@slackware.com>2008-01-27 22:17:00 +0000
commit06fd2840c8eacb6111c6c7d10895b67f1c8b5200 (patch)
tree61af7546e1b5d7fa2591959b85b07cf8e41fbbbe /tibmachuni-font-ttf
parent64d5fc91ca27eba2cc803af1c7cd1a4c2454f1ba (diff)
downloadasb-06fd2840c8eacb6111c6c7d10895b67f1c8b5200.tar.gz
asb-06fd2840c8eacb6111c6c7d10895b67f1c8b5200.tar.xz
Added a SRCURL
Diffstat (limited to 'tibmachuni-font-ttf')
-rwxr-xr-xtibmachuni-font-ttf/build/tibmachuni-font-ttf.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/tibmachuni-font-ttf/build/tibmachuni-font-ttf.SlackBuild b/tibmachuni-font-ttf/build/tibmachuni-font-ttf.SlackBuild
index 4ae5e474..c9799a89 100755
--- a/tibmachuni-font-ttf/build/tibmachuni-font-ttf.SlackBuild
+++ b/tibmachuni-font-ttf/build/tibmachuni-font-ttf.SlackBuild
@@ -33,6 +33,8 @@
# 1.901-1: 27/Jan/2008 by Eric Hameleers <alien@slackware.com>
# * Initial build. The font has no download URL that can be used
# by tools like wget or curl unfortunately.
+# 1.901-2: 27/Jan/2008 by Eric Hameleers <alien@slackware.com>
+# * Added a download URL.
#
# Run 'sh tibmachuni-font-ttf.SlackBuild --cleanup' to build a Slackpackage.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -45,7 +47,7 @@
PRGNAM=tibmachuni-font-ttf
VERSION=${VERSION:-1.901}
ARCH="noarch"
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
DOCS="gpl.txt ReadMe.txt"
@@ -61,7 +63,7 @@ OUTPUT=${OUTPUT:-/tmp}
# No useable source URL:
SOURCE="$SRCDIR/TibetanMachineUnicodeFont.zip"
-SRCURL=""
+SRCURL="https://collab.itc.virginia.edu/access//content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip"
##
## --- with a little luck, you won't have to edit below this point --- ##
@@ -92,7 +94,7 @@ if ! [ -f ${SOURCE} ]; then
[ -w "$SRCDIR" ] || SOURCE="$OUTPUT/$(basename $SOURCE)"
echo "Source '$(basename ${SOURCE})' not available yet..."
echo "Will download file to $(dirname $SOURCE)"
- wget -nv -T 20 -O "${SOURCE}" "${SRCURL}" || true
+ wget -nv -T 20 --no-check-certificate -O "${SOURCE}" "${SRCURL}" || true
if [ $? -ne 0 -o ! -s "${SOURCE}" ]; then
echo "Downloading '$(basename ${SOURCE})' failed... aborting the build."
mv -f "${SOURCE}" "${SOURCE}".FAIL