diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-26 02:11:24 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-27 01:03:52 -0500 |
commit | b1477c6467d7e79fe3bb05d9be750af68adb3b0c (patch) | |
tree | 00966eb565144806a8f5f29773d39fa01159cb6f | |
parent | 44eead547897caccb72faeea39aad2894f74de96 (diff) |
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...
-rw-r--r-- | misc/html2ps/html2ps.SlackBuild | 4 | ||||
-rw-r--r-- | misc/html2ps/html2ps.info | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/html2ps/html2ps.SlackBuild b/misc/html2ps/html2ps.SlackBuild index ff185b3f539b2..f26016c8042bf 100644 --- a/misc/html2ps/html2ps.SlackBuild +++ b/misc/html2ps/html2ps.SlackBuild @@ -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 . \ diff --git a/misc/html2ps/html2ps.info b/misc/html2ps/html2ps.info index 9dd7769be8365..cbcbf0ae0101f 100644 --- a/misc/html2ps/html2ps.info +++ b/misc/html2ps/html2ps.info @@ -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="" |