diff options
author | tron <tron@pkgsrc.org> | 1999-08-24 21:24:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-24 21:24:57 +0000 |
commit | ca4cd4dcbb59b977a38bcfc2bffb013d202359bc (patch) | |
tree | b441913be0c051a28cb22905f7774dc578dfdef8 /emulators/suse_devel | |
parent | 4cb7e4ccbb3558497787a555c4eba354d4af6037 (diff) | |
download | pkgsrc-ca4cd4dcbb59b977a38bcfc2bffb013d202359bc.tar.gz |
New "suse_devel" package based on PR pkg/8264 by Dr. Lex Wennmacher:
Linux compatibility package - development tools
Diffstat (limited to 'emulators/suse_devel')
-rw-r--r-- | emulators/suse_devel/Makefile | 39 | ||||
-rw-r--r-- | emulators/suse_devel/files/md5 | 10 | ||||
-rw-r--r-- | emulators/suse_devel/pkg/COMMENT | 1 | ||||
-rw-r--r-- | emulators/suse_devel/pkg/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse_devel/pkg/PLIST | 1 |
5 files changed, 56 insertions, 0 deletions
diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile new file mode 100644 index 00000000000..086ae19b58d --- /dev/null +++ b/emulators/suse_devel/Makefile @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/24 21:24:57 tron Exp $ + +DISTNAME= suse_devel-6.1 +CATEGORIES= emulators devel +MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/d1/ \ + ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/d1/ +DISTFILES= bin86.rpm binutils.rpm egcs.rpm g77.rpm gpp.rpm \ + libc.rpm linclude.rpm make.rpm + +MAINTAINER= wennmach@geo.Uni-Koeln.DE +HOMEPAGE= http://www.suse.com/ + +DEPENDS= suse_base-6.1:../suse_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +DIST_SUBDIR= suse +MIRROR_DISTFILE= no + +EXTRACT_ONLY= # empty +NO_BUILD= 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_devel/files/md5 b/emulators/suse_devel/files/md5 new file mode 100644 index 00000000000..579a7caf54d --- /dev/null +++ b/emulators/suse_devel/files/md5 @@ -0,0 +1,10 @@ +$NetBSD: md5,v 1.1.1.1 1999/08/24 21:24:57 tron Exp $ + +MD5 (suse/bin86.rpm) = 9865486f4b8a5caf7dbf8a1cf470f5f9 +MD5 (suse/binutils.rpm) = 7caae57b860869d58068e9003f871263 +MD5 (suse/egcs.rpm) = 349330e337a3bd742da5264a95e25d4c +MD5 (suse/g77.rpm) = b5b7eccd31975ded722c79f8a72cedf3 +MD5 (suse/gpp.rpm) = c263c1d3cc9942ce40ba83b698d8f023 +MD5 (suse/libc.rpm) = ec6f80e89a3dfb72cfd394fee1862092 +MD5 (suse/linclude.rpm) = aab078fbc9acf4f1272986134693fc5a +MD5 (suse/make.rpm) = e0ab861a085f79371532fe9a43b7243f diff --git a/emulators/suse_devel/pkg/COMMENT b/emulators/suse_devel/pkg/COMMENT new file mode 100644 index 00000000000..ad0c7c12b38 --- /dev/null +++ b/emulators/suse_devel/pkg/COMMENT @@ -0,0 +1 @@ +Linux compatibility package - development tools diff --git a/emulators/suse_devel/pkg/DESCR b/emulators/suse_devel/pkg/DESCR new file mode 100644 index 00000000000..62e5a3f87e9 --- /dev/null +++ b/emulators/suse_devel/pkg/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 supports running ELF binaries linked with glibc2 which don't +require X11 shared libraries. diff --git a/emulators/suse_devel/pkg/PLIST b/emulators/suse_devel/pkg/PLIST new file mode 100644 index 00000000000..62abd6151a9 --- /dev/null +++ b/emulators/suse_devel/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/24 21:24:57 tron Exp $ |