From b6583e7e9b66c85b37c909e22cdbff382de05607 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 19 Sep 1999 23:58:36 +0000 Subject: 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. --- emulators/suse_xforms/Makefile | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) (limited to 'emulators/suse_xforms') diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index 14eeabe53ea..f2b37310396 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,38 +1,20 @@ -# $NetBSD: Makefile,v 1.3 1999/05/24 21:27:14 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/09/19 23:58:43 tron Exp $ DISTNAME= xforms -PKGNAME= suse_xforms-6.1 +PKGNAME= suse_xforms-6.1p1 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/xdev1/ \ - ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/xdev1/ +MASTER_SITES= ${MASTER_SITE_SUSE:=xdev1/} EXTRACT_SUFX= .rpm -ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS= suse_x11-6.1:../suse_x11 - -DIST_SUBDIR= suse -MIRROR_DISTFILE= no +DEPENDS+= suse_x11-6.1p1:../suse_x11 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} +RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../../mk/bsd.pkg.mk" +.include "../suse_linux/suse.mk" -- cgit v1.2.3