diff options
author | tron <tron@pkgsrc.org> | 1999-09-19 23:58:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-19 23:58:36 +0000 |
commit | b6583e7e9b66c85b37c909e22cdbff382de05607 (patch) | |
tree | f8dabce0e4fbad1002b64024c5c64c4ab95e5259 /emulators/suse_devel | |
parent | 5c2180de0608c27565043658d9aaa128c2dcb3b4 (diff) | |
download | pkgsrc-b6583e7e9b66c85b37c909e22cdbff382de05607.tar.gz |
Update SuSE Linux emulation package to version 6.1p1. This patch level
invents a complete new "rpm2pkg" utility which is faster, easier to use
and creates a correct package list more reliably.
Diffstat (limited to 'emulators/suse_devel')
-rw-r--r-- | emulators/suse_devel/Makefile | 41 |
1 files changed, 11 insertions, 30 deletions
diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile index 086ae19b58d..b7ca036cff2 100644 --- a/emulators/suse_devel/Makefile +++ b/emulators/suse_devel/Makefile @@ -1,39 +1,20 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/08/24 21:24:57 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/09/19 23:58:41 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 +DISTNAME= suse_devel-6.1p1 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE:=x1/} +DISTFILES= ${RPMFILES} -MAINTAINER= wennmach@geo.Uni-Koeln.DE +MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS= suse_base-6.1:../suse_base - -ONLY_FOR_PLATFORM= NetBSD-*-i386 - -DIST_SUBDIR= suse -MIRROR_DISTFILE= no +DEPENDS+= suse_base-6.1p1:../suse_base EXTRACT_ONLY= # empty -NO_BUILD= yes -NO_WRKSUBDIR= yes -MANCOMPRESSED= yes +NO_BUILD= 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} +RPMFILES= bin86.rpm binutils.rpm egcs.rpm g77.rpm gpp.rpm \ + libc.rpm linclude.rpm make.rpm -.include "../../mk/bsd.pkg.mk" +.include "../suse_linux/suse.mk" |