diff options
author | tron <tron@pkgsrc.org> | 2004-07-13 10:31:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-07-13 10:31:13 +0000 |
commit | c4c7c2005044bafa7d2d6a99acfe6660f9fc42c3 (patch) | |
tree | a07280160cb5bb4f61b1ce60c59bc71f50cd38eb /emulators/suse91_compat | |
parent | 681b8c43493b945736679aa990d8b966bc5d3b87 (diff) | |
download | pkgsrc-c4c7c2005044bafa7d2d6a99acfe6660f9fc42c3.tar.gz |
Initial import of SuSE Linux 9.1 based packages for Linux emulation.
Warning:
NetBSD's Linux emulation does *not* work stable with these packages.
Diffstat (limited to 'emulators/suse91_compat')
-rw-r--r-- | emulators/suse91_compat/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse91_compat/Makefile | 25 | ||||
-rw-r--r-- | emulators/suse91_compat/distinfo | 4 |
3 files changed, 34 insertions, 0 deletions
diff --git a/emulators/suse91_compat/DESCR b/emulators/suse91_compat/DESCR new file mode 100644 index 00000000000..addf8028f9b --- /dev/null +++ b/emulators/suse91_compat/DESCR @@ -0,0 +1,5 @@ +Linux compatibility package based on the SuSE Linux distribution, take a +look at "http://www.suse.com/" for more information about it. + +This package contains some old shared libraries required for backwards +compatibility. diff --git a/emulators/suse91_compat/Makefile b/emulators/suse91_compat/Makefile new file mode 100644 index 00000000000..e8ce5047d4e --- /dev/null +++ b/emulators/suse91_compat/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/13 10:31:14 tron Exp $ + +DISTNAME= compat-2004.4.2-3.${SUSE_ARCH} +PKGNAME= suse_compat-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE} +EXTRACT_SUFX= .rpm + +MAINTAINER= tron@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package with old shared libraries + +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= ${DISTNAME}${EXTRACT_SUFX} + +.include "../../emulators/suse91_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse91_compat/distinfo b/emulators/suse91_compat/distinfo new file mode 100644 index 00000000000..fd2a563d515 --- /dev/null +++ b/emulators/suse91_compat/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/13 10:31:14 tron Exp $ + +SHA1 (suse91/i586/compat-2004.4.2-3.i586.rpm) = 837f2272da26f8efe242e33724370d45cc2c5a74 +Size (suse91/i586/compat-2004.4.2-3.i586.rpm) = 1806417 bytes |