diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 10:07:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 10:07:57 +0000 |
commit | 712250c5f5f1c4d745758a61cf9843a25e095932 (patch) | |
tree | f3b200485bc782fc02213e4de4e34480fd7a5585 /emulators/suse64_devel | |
parent | 0118d264e9325b2304bd2167762d5c046d73bc13 (diff) | |
download | pkgsrc-712250c5f5f1c4d745758a61cf9843a25e095932.tar.gz |
Import SuSE 6.4 packages as "suse64_*" to support the Linux emulation on
NetBSD 1.5 and 1.5.x systems.
Diffstat (limited to 'emulators/suse64_devel')
-rw-r--r-- | emulators/suse64_devel/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse64_devel/Makefile | 27 | ||||
-rw-r--r-- | emulators/suse64_devel/PLIST | 1 | ||||
-rw-r--r-- | emulators/suse64_devel/distinfo | 18 |
4 files changed, 51 insertions, 0 deletions
diff --git a/emulators/suse64_devel/DESCR b/emulators/suse64_devel/DESCR new file mode 100644 index 00000000000..3a1718e7a05 --- /dev/null +++ b/emulators/suse64_devel/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 basic Linux system development tools in ELF binary +format, linked with glibc2. diff --git a/emulators/suse64_devel/Makefile b/emulators/suse64_devel/Makefile new file mode 100644 index 00000000000..55a45ae9f6d --- /dev/null +++ b/emulators/suse64_devel/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ + +DISTNAME= suse_devel-${SUSE_VERSION} +PKGREVISION= 1 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE:=d1/} \ + ${MASTER_SITE_SUSE:=d2/} \ + ftp://ftp.suse.com/pub/suse/i386/update/${SUSE_VERSION}/d1/ \ + ftp://ftp.suse.com/pub/suse/i386/update/${SUSE_VERSION}/d2/ +DISTFILES= ${RPMFILES} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package - development tools + +DEPENDS+= suse_base-${SUSE_VERSION}*:../suse64_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= bin86.rpm binutils.rpm g77.rpm gcc.rpm gpp.rpm \ + libc-2.1.3-204.i386.rpm linclude.rpm make.rpm + +.include "../suse64_linux/Makefile.common" diff --git a/emulators/suse64_devel/PLIST b/emulators/suse64_devel/PLIST new file mode 100644 index 00000000000..58089c13962 --- /dev/null +++ b/emulators/suse64_devel/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ diff --git a/emulators/suse64_devel/distinfo b/emulators/suse64_devel/distinfo new file mode 100644 index 00000000000..76ce66dee69 --- /dev/null +++ b/emulators/suse64_devel/distinfo @@ -0,0 +1,18 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ + +SHA1 (suse64/bin86.rpm) = 1f95b02ac913df4ce5a5e5040e27fb3b077fd0f6 +Size (suse64/bin86.rpm) = 56119 bytes +SHA1 (suse64/binutils.rpm) = f595c43d73bf9e0111bed8725a2164c9e637ce5c +Size (suse64/binutils.rpm) = 1348069 bytes +SHA1 (suse64/g77.rpm) = 1df485c7bcd6be5895634a033972e01487fc7ced +Size (suse64/g77.rpm) = 1422553 bytes +SHA1 (suse64/gcc.rpm) = f83eb48283767fa268c894ff2a6327cfecd1f81e +Size (suse64/gcc.rpm) = 1214646 bytes +SHA1 (suse64/gpp.rpm) = 4a2fec0dcca350f8799f2f1fbe244783c4b0e32b +Size (suse64/gpp.rpm) = 1076707 bytes +SHA1 (suse64/libc-2.1.3-204.i386.rpm) = 98016802548e5714389079cd253c470e7a165e5a +Size (suse64/libc-2.1.3-204.i386.rpm) = 7255109 bytes +SHA1 (suse64/linclude.rpm) = 899011a598e56a4b5adf82e6692a7a5bd37cc91d +Size (suse64/linclude.rpm) = 1897912 bytes +SHA1 (suse64/make.rpm) = 3e7b22b6a811e28e782f0cd0013977adf5970963 +Size (suse64/make.rpm) = 193075 bytes |