From b1477c6467d7e79fe3bb05d9be750af68adb3b0c Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 26 Apr 2021 02:11:24 -0500 Subject: 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... --- misc/html2ps/html2ps.SlackBuild | 4 ++-- 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 ff185b3f53..f26016c804 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 9dd7769be8..cbcbf0ae01 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="" -- cgit v1.2.3