diff options
author | tron <tron@pkgsrc.org> | 1999-05-17 12:01:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-17 12:01:52 +0000 |
commit | 0f6b0c7ed744bb6656ae3d70dd5d13ad3e0ef4bd (patch) | |
tree | 028797c00a2deec6e91e239a3ec80cd9a05db292 /emulators | |
parent | 12d38d633dd1ebbb785b4f4acd138852d400a214 (diff) | |
download | pkgsrc-0f6b0c7ed744bb6656ae3d70dd5d13ad3e0ef4bd.tar.gz |
New "suse_xforms" package:
Linux compatibility package for xforms binaries
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_xforms/Makefile | 40 | ||||
-rw-r--r-- | emulators/suse_xforms/files/md5 | 3 | ||||
-rw-r--r-- | emulators/suse_xforms/pkg/COMMENT | 1 | ||||
-rw-r--r-- | emulators/suse_xforms/pkg/DESCR | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile new file mode 100644 index 00000000000..c1c4296b073 --- /dev/null +++ b/emulators/suse_xforms/Makefile @@ -0,0 +1,40 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/17 12:01:52 tron Exp $ + +DISTNAME= xforms +PKGNAME= suse_xforms-6.1 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/xdev1/ \ + ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/xdev1/ +EXTRACT_SUFX= .rpm +ONLY_FOR_ARCHS= i386 + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.suse.com/ + +DEPENDS+= suse_x11-6.1:../suse_x11 + +DIST_SUBDIR= suse +MIRROR_DISTFILE= no + +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_PATCH= yes +NO_CONFIGURE= 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_xforms/files/md5 b/emulators/suse_xforms/files/md5 new file mode 100644 index 00000000000..29230be4d0c --- /dev/null +++ b/emulators/suse_xforms/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/05/17 12:01:52 tron Exp $ + +MD5 (suse/xforms.rpm) = 50fd0661b27401bd48a6565a61a12651 diff --git a/emulators/suse_xforms/pkg/COMMENT b/emulators/suse_xforms/pkg/COMMENT new file mode 100644 index 00000000000..791b1d9ca9b --- /dev/null +++ b/emulators/suse_xforms/pkg/COMMENT @@ -0,0 +1 @@ +Linux compatibility package for xforms binaries diff --git a/emulators/suse_xforms/pkg/DESCR b/emulators/suse_xforms/pkg/DESCR new file mode 100644 index 00000000000..39ea324b0fd --- /dev/null +++ b/emulators/suse_xforms/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 require +the xforms library. |