diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 11:23:23 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 11:23:23 +0000 |
commit | 8bcbe7efda05703a233bb5000b6509fc5e0884a1 (patch) | |
tree | ab226873f1153186543bb4157200cbfe88818242 | |
parent | f59b18902e8add882f7a32aeb7a1e0fb61e9b8cb (diff) | |
download | pkgsrc-8bcbe7efda05703a233bb5000b6509fc5e0884a1.tar.gz |
SuSE 9.1 JPEG library compatibility package, based on the SuSE 7.3
counterpart
-rw-r--r-- | emulators/suse91_libjpeg/DESCR | 4 | ||||
-rw-r--r-- | emulators/suse91_libjpeg/Makefile | 24 | ||||
-rw-r--r-- | emulators/suse91_libjpeg/distinfo | 4 |
3 files changed, 32 insertions, 0 deletions
diff --git a/emulators/suse91_libjpeg/DESCR b/emulators/suse91_libjpeg/DESCR new file mode 100644 index 00000000000..3fe7a54d422 --- /dev/null +++ b/emulators/suse91_libjpeg/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. diff --git a/emulators/suse91_libjpeg/Makefile b/emulators/suse91_libjpeg/Makefile new file mode 100644 index 00000000000..c14fe46e10e --- /dev/null +++ b/emulators/suse91_libjpeg/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/31 11:23:23 jdolecek Exp $ + +DISTNAME= suse_libjpeg-${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 JPEG 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= libjpeg-6.2.0-731.${SUSE_ARCH}.rpm + +.include "../../emulators/suse91_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse91_libjpeg/distinfo b/emulators/suse91_libjpeg/distinfo new file mode 100644 index 00000000000..8e92b655625 --- /dev/null +++ b/emulators/suse91_libjpeg/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/31 11:23:23 jdolecek Exp $ + +SHA1 (suse91/i586/libjpeg-6.2.0-731.i586.rpm) = d7a77de29f2cab10df98fef2259cac6b5a96a607 +Size (suse91/i586/libjpeg-6.2.0-731.i586.rpm) = 134966 bytes |