diff options
author | obache <obache@pkgsrc.org> | 2013-12-05 11:42:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-05 11:42:12 +0000 |
commit | 6e20b6929a7a5ab104adf1e729b96da4c08d0289 (patch) | |
tree | a58c56c22e0eeab507e6d3bbe20f63fab5e564a4 /emulators/suse131_compat | |
parent | 7e8d07dab1e402807b5edfb9aea965d7edc2e62b (diff) | |
download | pkgsrc-6e20b6929a7a5ab104adf1e729b96da4c08d0289.tar.gz |
Added openSUSE 13.1 packages, provides a number of components for a
openSUSE-based Linux binary emulation environment.
Diffstat (limited to 'emulators/suse131_compat')
-rw-r--r-- | emulators/suse131_compat/DESCR | 6 | ||||
-rw-r--r-- | emulators/suse131_compat/Makefile | 13 | ||||
-rw-r--r-- | emulators/suse131_compat/distinfo | 11 | ||||
-rw-r--r-- | emulators/suse131_compat/suse.i386.mk | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/emulators/suse131_compat/DESCR b/emulators/suse131_compat/DESCR new file mode 100644 index 00000000000..68106ea65f4 --- /dev/null +++ b/emulators/suse131_compat/DESCR @@ -0,0 +1,6 @@ +Linux compatibility package based on the openSUSE Linux distribution. +Please visit http://www.opensuse.org/ for more information about openSUSE +Linux. + +This package contains some old shared libraries required by older +Linux binaries. diff --git a/emulators/suse131_compat/Makefile b/emulators/suse131_compat/Makefile new file mode 100644 index 00000000000..c967907985d --- /dev/null +++ b/emulators/suse131_compat/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2013/12/05 11:42:14 obache Exp $ + +DISTNAME= suse_compat-${SUSE_VERSION} +CATEGORIES= emulators +RPMPKGS+= libstdc++33-3.3.3-41.1.3.${SUSE_ARCH} + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Linux compatibility package with old shared libraries + +EMUL_MODULES.linux= base + +.include "../../emulators/suse131_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse131_compat/distinfo b/emulators/suse131_compat/distinfo new file mode 100644 index 00000000000..2549610483d --- /dev/null +++ b/emulators/suse131_compat/distinfo @@ -0,0 +1,11 @@ +$NetBSD: distinfo,v 1.1 2013/12/05 11:42:15 obache Exp $ + +SHA1 (suse131/compat-2010.1.31-17.1.2.i586.rpm) = c1d8600aa7bf0fce55aac8d4437beaa6ad85cc69 +RMD160 (suse131/compat-2010.1.31-17.1.2.i586.rpm) = db49270dfa13034f2c553afcf35a1040163b4e5b +Size (suse131/compat-2010.1.31-17.1.2.i586.rpm) = 320149 bytes +SHA1 (suse131/libstdc++33-3.3.3-41.1.3.i586.rpm) = f30d19622da2884bbdb0fc65a4a2c39413413173 +RMD160 (suse131/libstdc++33-3.3.3-41.1.3.i586.rpm) = 86b6474761e27f7a8428d5465026600a3b8f65f5 +Size (suse131/libstdc++33-3.3.3-41.1.3.i586.rpm) = 205906 bytes +SHA1 (suse131/libstdc++33-3.3.3-41.1.3.x86_64.rpm) = 1089129c28dbbad0a65821fd4d54bc95564ae473 +RMD160 (suse131/libstdc++33-3.3.3-41.1.3.x86_64.rpm) = 51b46aa70d2d2d6d52eb18c88b5ed9b8e2f527d9 +Size (suse131/libstdc++33-3.3.3-41.1.3.x86_64.rpm) = 193017 bytes diff --git a/emulators/suse131_compat/suse.i386.mk b/emulators/suse131_compat/suse.i386.mk new file mode 100644 index 00000000000..eb1f287af21 --- /dev/null +++ b/emulators/suse131_compat/suse.i386.mk @@ -0,0 +1,3 @@ +# $NetBSD: suse.i386.mk,v 1.1 2013/12/05 11:42:15 obache Exp $ + +RPMPKGS+= compat-2010.1.31-17.1.2.${SUSE_ARCH} |