summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortron <tron>1999-05-17 12:01:52 +0000
committertron <tron>1999-05-17 12:01:52 +0000
commitf4e05016ea675d3f5e4d39f65bd74a960b7057b3 (patch)
tree028797c00a2deec6e91e239a3ec80cd9a05db292 /emulators
parent9f8424e143b7867444bbc5eef7fa4a8d3a9d61cc (diff)
downloadpkgsrc-f4e05016ea675d3f5e4d39f65bd74a960b7057b3.tar.gz
New "suse_xforms" package:
Linux compatibility package for xforms binaries
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse_xforms/Makefile40
-rw-r--r--emulators/suse_xforms/files/md53
-rw-r--r--emulators/suse_xforms/pkg/COMMENT1
-rw-r--r--emulators/suse_xforms/pkg/DESCR5
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.