diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2000-12-13 20:06:01 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2000-12-13 20:06:01 +0000 |
commit | e60a6fa73424b4bee0f593e351e31340dc5c239d (patch) | |
tree | 1bead343ab0f9d9325c122e8737994df97efbb55 /emulators | |
parent | 315032b9d41fa442455804b548157f7533de4269 (diff) | |
download | pkgsrc-e60a6fa73424b4bee0f593e351e31340dc5c239d.tar.gz |
SuSe 7.0 libpng package
created using suse_libjpeg as a template
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_libpng/Makefile | 21 | ||||
-rw-r--r-- | emulators/suse_libpng/files/md5 | 3 | ||||
-rw-r--r-- | emulators/suse_libpng/pkg/COMMENT | 1 | ||||
-rw-r--r-- | emulators/suse_libpng/pkg/DESCR | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/emulators/suse_libpng/Makefile b/emulators/suse_libpng/Makefile new file mode 100644 index 00000000000..635613aec9a --- /dev/null +++ b/emulators/suse_libpng/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/13 20:06:01 jdolecek Exp $ + +DISTNAME= suse_libpng-7.0 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE:C/6.3/7.0/:S,$,gra1/,} +DISTFILES= ${RPMFILES} + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.suse.com/ + +DEPENDS+= suse_base-6.3:../suse_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= libpng.rpm + +.include "../suse_linux/suse.mk" diff --git a/emulators/suse_libpng/files/md5 b/emulators/suse_libpng/files/md5 new file mode 100644 index 00000000000..f97777a0f7c --- /dev/null +++ b/emulators/suse_libpng/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/13 20:06:01 jdolecek Exp $ + +MD5 (suse63/libpng.rpm) = 4beb6b20c16963177d7373d6b70ac60c diff --git a/emulators/suse_libpng/pkg/COMMENT b/emulators/suse_libpng/pkg/COMMENT new file mode 100644 index 00000000000..f232513d319 --- /dev/null +++ b/emulators/suse_libpng/pkg/COMMENT @@ -0,0 +1 @@ +Linux compatibility package for png library diff --git a/emulators/suse_libpng/pkg/DESCR b/emulators/suse_libpng/pkg/DESCR new file mode 100644 index 00000000000..f330608b9fc --- /dev/null +++ b/emulators/suse_libpng/pkg/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. |