diff options
author | hubertf <hubertf> | 2000-10-19 23:15:48 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-19 23:15:48 +0000 |
commit | 6f9b8629a8dbaaa91fc3b1b792014dc9b2b9a370 (patch) | |
tree | e658bedac7bf6b345535899bb3f580bce2db060a /emulators/suse_libjpeg | |
parent | f1f350d656424764e918b8d7c121f99ab53e416a (diff) | |
download | pkgsrc-6f9b8629a8dbaaa91fc3b1b792014dc9b2b9a370.tar.gz |
libpeg needed by somse linux progs (opera, ...).
Closes PR 11153.
Diffstat (limited to 'emulators/suse_libjpeg')
-rw-r--r-- | emulators/suse_libjpeg/Makefile | 21 | ||||
-rw-r--r-- | emulators/suse_libjpeg/files/md5 | 3 | ||||
-rw-r--r-- | emulators/suse_libjpeg/pkg/COMMENT | 1 | ||||
-rw-r--r-- | emulators/suse_libjpeg/pkg/DESCR | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/emulators/suse_libjpeg/Makefile b/emulators/suse_libjpeg/Makefile new file mode 100644 index 00000000000..16fbc51f669 --- /dev/null +++ b/emulators/suse_libjpeg/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/19 23:15:48 hubertf Exp $ + +DISTNAME= suse_libjpeg-6.4 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE:C/6.3/6.4/: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= libjpeg.rpm + +.include "../suse_linux/suse.mk" diff --git a/emulators/suse_libjpeg/files/md5 b/emulators/suse_libjpeg/files/md5 new file mode 100644 index 00000000000..1c044ac6d3c --- /dev/null +++ b/emulators/suse_libjpeg/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/19 23:15:48 hubertf Exp $ + +MD5 (suse63/libjpeg.rpm) = 12200fe4e71682d4571087c3ca8bbfa8 diff --git a/emulators/suse_libjpeg/pkg/COMMENT b/emulators/suse_libjpeg/pkg/COMMENT new file mode 100644 index 00000000000..65ae836becc --- /dev/null +++ b/emulators/suse_libjpeg/pkg/COMMENT @@ -0,0 +1 @@ +Linux compatibility package for jpeg binary diff --git a/emulators/suse_libjpeg/pkg/DESCR b/emulators/suse_libjpeg/pkg/DESCR new file mode 100644 index 00000000000..3fe7a54d422 --- /dev/null +++ b/emulators/suse_libjpeg/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 jpeg shared libraries. |