diff options
Diffstat (limited to 'libraries/libpng-legacy12')
-rw-r--r-- | libraries/libpng-legacy12/README | 6 | ||||
-rw-r--r-- | libraries/libpng-legacy12/libpng-legacy12.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/libpng-legacy12/libpng-legacy12.info | 4 |
3 files changed, 7 insertions, 8 deletions
diff --git a/libraries/libpng-legacy12/README b/libraries/libpng-legacy12/README index aff297407c5a..72633713ef82 100644 --- a/libraries/libpng-legacy12/README +++ b/libraries/libpng-legacy12/README @@ -7,8 +7,8 @@ This build provides libpng12.so, occasionally needed for running older binary-only software. It can safely be installed without conflicting with Slackware's own libpng (which is version 1.6). -Rather than compiling libpng-1.2, this build simply repackages the latest -official binary from Slackware 14.1's patches/. +Rather than compiling libpng-1.2, this build simply repackages the +latest official binary from Slackware 14.1's patches/. If you're looking for libpng-1.4, it's already provided in Slackware's -aaa_elflibs package (as libpng14.so). +aaa_libraries package (as libpng14.so). diff --git a/libraries/libpng-legacy12/libpng-legacy12.SlackBuild b/libraries/libpng-legacy12/libpng-legacy12.SlackBuild index 9ecd6eba6244..8be0855b3fbb 100644 --- a/libraries/libpng-legacy12/libpng-legacy12.SlackBuild +++ b/libraries/libpng-legacy12/libpng-legacy12.SlackBuild @@ -35,9 +35,6 @@ case "$ARCH" in *) echo "Warning: unrecognized ARCH '$ARCH'" ;; esac -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -59,6 +56,8 @@ cd $TMP/$PRGNAM tar xvf $CWD/$UPSTREAM.txz # Include only the shared lib, plus SBo-specific docs. +# N.B. keep the .la file! The binary-only stuff that needs this, might +# also need the .la (we can't fix that). mkdir -p $PKG/usr/lib$LIBDIRSUFFIX cp -a \ ./usr/lib$LIBDIRSUFFIX/libpng12.so.*.*.* \ diff --git a/libraries/libpng-legacy12/libpng-legacy12.info b/libraries/libpng-legacy12/libpng-legacy12.info index 91809095202b..a5aaacc55e43 100644 --- a/libraries/libpng-legacy12/libpng-legacy12.info +++ b/libraries/libpng-legacy12/libpng-legacy12.info @@ -1,9 +1,9 @@ PRGNAM="libpng-legacy12" VERSION="1.2.57" HOMEPAGE="http://www.libpng.org/pub/png/libpng.html" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/libpng-1.4.20-i486-1_slack14.1.txz" +DOWNLOAD="https://slackware.uk/~urchlay/src/libpng-1.4.20-i486-1_slack14.1.txz" MD5SUM="c706d0ab66ee2ef36570daf8f6bddd0a" -DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/libpng-1.4.20-x86_64-1_slack14.1.txz" +DOWNLOAD_x86_64="https://slackware.uk/~urchlay/src/libpng-1.4.20-x86_64-1_slack14.1.txz" MD5SUM_x86_64="0dab89c2e0203c5d81f99d53a83adf76" REQUIRES="" MAINTAINER="B. Watson" |