diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 11:24:08 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 11:24:08 +0000 |
commit | 773f874cc7ea7f87216d5510bb14bc5448ef9019 (patch) | |
tree | 049d637f782345d486575a11e8269c6303de6a11 /emulators/suse91_libpng | |
parent | 8bcbe7efda05703a233bb5000b6509fc5e0884a1 (diff) | |
download | pkgsrc-773f874cc7ea7f87216d5510bb14bc5448ef9019.tar.gz |
SuSE 9.1 libpng library compatibility package, based on the SuSE 7.3 counterpart
Diffstat (limited to 'emulators/suse91_libpng')
-rw-r--r-- | emulators/suse91_libpng/DESCR | 4 | ||||
-rw-r--r-- | emulators/suse91_libpng/Makefile | 24 | ||||
-rw-r--r-- | emulators/suse91_libpng/distinfo | 4 |
3 files changed, 32 insertions, 0 deletions
diff --git a/emulators/suse91_libpng/DESCR b/emulators/suse91_libpng/DESCR new file mode 100644 index 00000000000..f330608b9fc --- /dev/null +++ b/emulators/suse91_libpng/DESCR @@ -0,0 +1,4 @@ +Linux compatibility package based on the SuSE Linux distribution, take a +look at "http://www.suse.com/" for more information about it. + +This package supports running ELF binaries linked with png shared libraries. diff --git a/emulators/suse91_libpng/Makefile b/emulators/suse91_libpng/Makefile new file mode 100644 index 00000000000..4ee16cc57fc --- /dev/null +++ b/emulators/suse91_libpng/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/31 11:24:08 jdolecek Exp $ + +DISTNAME= suse_libpng-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE91} +DISTFILES= ${RPMFILES} + +MAINTAINER= tron@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for the PNG library + +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= YES +NO_BUILDLINK= YES +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= libpng-1.2.5-182.${SUSE_ARCH}.rpm + +.include "../../emulators/suse91_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse91_libpng/distinfo b/emulators/suse91_libpng/distinfo new file mode 100644 index 00000000000..2824122346c --- /dev/null +++ b/emulators/suse91_libpng/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/31 11:24:08 jdolecek Exp $ + +SHA1 (suse91/i586/libpng-1.2.5-182.i586.rpm) = ddbe1fa95df37a5980c1a74c29cdf85963fcce2f +Size (suse91/i586/libpng-1.2.5-182.i586.rpm) = 175204 bytes |