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/Makefile | |
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/Makefile')
-rw-r--r-- | emulators/suse_devel/Makefile | 39 |
1 files changed, 39 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" |