misc/html2ps: Various fixups for Slackware 15.0

If we care, this can be backported to 14.0 repo,
as it fixes the download link and homepage, which
are both dead otherwise...
This commit is contained in:
Robby Workman 2021-04-26 02:11:24 -05:00
parent 44eead5478
commit b1477c6467
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for html2ps
# Copyright 2012-2014 Robby Workman, Northport, Alabama, USA
# Copyright 2012-2021 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -47,7 +47,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/${PRGNAM}_${VERSION}.orig.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,7 +1,7 @@
PRGNAM="html2ps"
VERSION="1.0b7"
HOMEPAGE="http://user.it.uu.se/~jan/html2ps.html"
DOWNLOAD="http://user.it.uu.se/~jan/html2ps-1.0b7.tar.gz"
HOMEPAGE="https://packages.debian.org/unstable/html2ps"
DOWNLOAD="http://deb.debian.org/debian/pool/main/h/html2ps/html2ps_1.0b7.orig.tar.gz"
MD5SUM="073ab8a239c8d0e3547192ee9016db15"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""