diff options
author | tron <tron> | 1999-05-17 00:14:49 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-17 00:14:49 +0000 |
commit | 94b7a883693dce7eb0bc426cddb62eca2eb77acd (patch) | |
tree | 52a9fef878bf8a05099855e71844254cab845cb6 /emulators/suse_libc5 | |
parent | 241a3c83a16e6502438076619579e5d5965ee4cf (diff) | |
download | pkgsrc-94b7a883693dce7eb0bc426cddb62eca2eb77acd.tar.gz |
Import new modular Linux compatibility system for i386 based on SuSE 6.1
Linux distribution:
suse_base-6.1 Linux compatibility package
suse_x11-6.1 Linux compatibility package for X11 binaries
suse_libc5-6.1 Linux compatibility package for libc5 binaries
These packages are dedicated to Jason 'clone' Thorpe.
Diffstat (limited to 'emulators/suse_libc5')
-rw-r--r-- | emulators/suse_libc5/Makefile | 38 | ||||
-rw-r--r-- | emulators/suse_libc5/files/md5 | 3 | ||||
-rw-r--r-- | emulators/suse_libc5/pkg/COMMENT | 1 | ||||
-rw-r--r-- | emulators/suse_libc5/pkg/DESCR | 4 |
4 files changed, 46 insertions, 0 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile new file mode 100644 index 00000000000..6eeffd9dd81 --- /dev/null +++ b/emulators/suse_libc5/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/17 00:14:50 tron Exp $ + +DISTNAME= suse_libc5-6.1 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/x1/ +DISTFILES= shlibs5.rpm +ONLY_FOR_ARCHS= i386 + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.suse.com/ + +DEPENDS+= suse_base-6.1:../suse_base + +DIST_SUBDIR= suse +MIRROR_DISTFILE= no + +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_WRKSUBDIR= yes +MANCOMPRESSED= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +EMULSUBDIR= emul/linux +EMULDIR= ${PREFIX}/${EMULSUBDIR} +SBINDIR= ${PREFIX}/sbin + +do-install: + cd ${_DISTDIR} && \ + ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} + @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} + ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} + +show-shlib-type: + @${ECHO} linux-${MACHINE_ARCH} + +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_libc5/files/md5 b/emulators/suse_libc5/files/md5 new file mode 100644 index 00000000000..4e941db0f33 --- /dev/null +++ b/emulators/suse_libc5/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/05/17 00:14:50 tron Exp $ + +MD5 (suse/shlibs5.rpm) = f5dbf3e8c18fb397df34f70016c44885 diff --git a/emulators/suse_libc5/pkg/COMMENT b/emulators/suse_libc5/pkg/COMMENT new file mode 100644 index 00000000000..7f691823be7 --- /dev/null +++ b/emulators/suse_libc5/pkg/COMMENT @@ -0,0 +1 @@ +Linux compatibility package for libc5 binaries diff --git a/emulators/suse_libc5/pkg/DESCR b/emulators/suse_libc5/pkg/DESCR new file mode 100644 index 00000000000..65e048cff26 --- /dev/null +++ b/emulators/suse_libc5/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 libc5. |