summaryrefslogtreecommitdiff
path: root/emulators/suse100_libjpeg
diff options
context:
space:
mode:
authortonio <tonio>2006-03-09 20:36:06 +0000
committertonio <tonio>2006-03-09 20:36:06 +0000
commit4eefe70e755db44dbaedc8f31a4a60bf29c6189f (patch)
tree44f710ebf2046094f6184fa06e7c773ada9f0464 /emulators/suse100_libjpeg
parent867d80cf77999a29312c404bc9ca7ce2fcee0e52 (diff)
downloadpkgsrc-4eefe70e755db44dbaedc8f31a4a60bf29c6189f.tar.gz
Import openSUSE 10.0 base packages for Linux emulation
Add support for powerpc (but it does *not* work stable yet)
Diffstat (limited to 'emulators/suse100_libjpeg')
-rw-r--r--emulators/suse100_libjpeg/DESCR4
-rw-r--r--emulators/suse100_libjpeg/Makefile25
-rw-r--r--emulators/suse100_libjpeg/Makefile.i3863
-rw-r--r--emulators/suse100_libjpeg/Makefile.powerpc3
-rw-r--r--emulators/suse100_libjpeg/Makefile.x86_643
-rw-r--r--emulators/suse100_libjpeg/distinfo.i3865
-rw-r--r--emulators/suse100_libjpeg/distinfo.powerpc5
-rw-r--r--emulators/suse100_libjpeg/distinfo.x86_645
8 files changed, 53 insertions, 0 deletions
diff --git a/emulators/suse100_libjpeg/DESCR b/emulators/suse100_libjpeg/DESCR
new file mode 100644
index 00000000000..3fe7a54d422
--- /dev/null
+++ b/emulators/suse100_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/suse100_libjpeg/Makefile b/emulators/suse100_libjpeg/Makefile
new file mode 100644
index 00000000000..bb20cee74eb
--- /dev/null
+++ b/emulators/suse100_libjpeg/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $
+
+DISTNAME= suse_libjpeg-${SUSE_VERSION}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE100}
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= tonio@NetBSD.org
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package for the JPEG library
+
+DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+
+EXTRACT_ONLY= # empty
+NO_BUILD= YES
+LIBTOOLIZE_PLIST= NO
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+DISTINFO_FILE= ${.CURDIR}/distinfo.${MACHINE_ARCH}
+.endif
+
+.include "../../emulators/suse100_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/suse100_libjpeg/Makefile.i386 b/emulators/suse100_libjpeg/Makefile.i386
new file mode 100644
index 00000000000..2e514eecb30
--- /dev/null
+++ b/emulators/suse100_libjpeg/Makefile.i386
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.i386,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $
+
+RPMFILES= libjpeg-6.2.0-739.${SUSE_ARCH}.rpm
diff --git a/emulators/suse100_libjpeg/Makefile.powerpc b/emulators/suse100_libjpeg/Makefile.powerpc
new file mode 100644
index 00000000000..e997f59f99e
--- /dev/null
+++ b/emulators/suse100_libjpeg/Makefile.powerpc
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.powerpc,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $
+
+RPMFILES= libjpeg-6.2.0-739.${SUSE_ARCH}.rpm
diff --git a/emulators/suse100_libjpeg/Makefile.x86_64 b/emulators/suse100_libjpeg/Makefile.x86_64
new file mode 100644
index 00000000000..bffc9b5ac1a
--- /dev/null
+++ b/emulators/suse100_libjpeg/Makefile.x86_64
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.x86_64,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $
+
+RPMFILES= libjpeg-6.2.0-739.${SUSE_ARCH}.rpm
diff --git a/emulators/suse100_libjpeg/distinfo.i386 b/emulators/suse100_libjpeg/distinfo.i386
new file mode 100644
index 00000000000..94f630e741f
--- /dev/null
+++ b/emulators/suse100_libjpeg/distinfo.i386
@@ -0,0 +1,5 @@
+$NetBSD: distinfo.i386,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $
+
+SHA1 (suse100/i586/libjpeg-6.2.0-739.i586.rpm) = 8a1a1907c5333dd1a4391ce4f1f0dda14d557ac6
+RMD160 (suse100/i586/libjpeg-6.2.0-739.i586.rpm) = 54c97e7f09ed4b2aaa78dd5cb8e333bcf194ff3f
+Size (suse100/i586/libjpeg-6.2.0-739.i586.rpm) = 67238 bytes
diff --git a/emulators/suse100_libjpeg/distinfo.powerpc b/emulators/suse100_libjpeg/distinfo.powerpc
new file mode 100644
index 00000000000..ad7e7adb241
--- /dev/null
+++ b/emulators/suse100_libjpeg/distinfo.powerpc
@@ -0,0 +1,5 @@
+$NetBSD: distinfo.powerpc,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $
+
+SHA1 (suse100/ppc/libjpeg-6.2.0-739.ppc.rpm) = c1ff9baa3abbe739d0aa07d55bc8327cdd2edae8
+RMD160 (suse100/ppc/libjpeg-6.2.0-739.ppc.rpm) = d1d8f0903804f465e9a942ba9fdd3d80f4f63b5b
+Size (suse100/ppc/libjpeg-6.2.0-739.ppc.rpm) = 73677 bytes
diff --git a/emulators/suse100_libjpeg/distinfo.x86_64 b/emulators/suse100_libjpeg/distinfo.x86_64
new file mode 100644
index 00000000000..ee76ce8faea
--- /dev/null
+++ b/emulators/suse100_libjpeg/distinfo.x86_64
@@ -0,0 +1,5 @@
+$NetBSD: distinfo.x86_64,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $
+
+SHA1 (suse100/x86_64/libjpeg-6.2.0-739.x86_64.rpm) = 6dc54163c9119c74d45f248c63515ac4b78a9e38
+RMD160 (suse100/x86_64/libjpeg-6.2.0-739.x86_64.rpm) = 2e70e92fffd825214bc40220ace5324d99ff1b84
+Size (suse100/x86_64/libjpeg-6.2.0-739.x86_64.rpm) = 70061 bytes