summaryrefslogtreecommitdiff
path: root/emulators/suse_x11
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-05-17 00:14:49 +0000
committertron <tron@pkgsrc.org>1999-05-17 00:14:49 +0000
commitd9820297bf31101370223eb9ec291d9703f627d4 (patch)
tree52a9fef878bf8a05099855e71844254cab845cb6 /emulators/suse_x11
parent25a3d67707168f2a9766dce9c989bfd730b988b7 (diff)
downloadpkgsrc-d9820297bf31101370223eb9ec291d9703f627d4.tar.gz
Import new modular Linux compatibility system for i386 based on SuSE 6.1
Linux distribution: suse_base-6.1 Linux compatibility package suse_x11-6.1 Linux compatibility package for X11 binaries suse_libc5-6.1 Linux compatibility package for libc5 binaries These packages are dedicated to Jason 'clone' Thorpe.
Diffstat (limited to 'emulators/suse_x11')
-rw-r--r--emulators/suse_x11/Makefile38
-rw-r--r--emulators/suse_x11/files/md54
-rw-r--r--emulators/suse_x11/pkg/COMMENT1
-rw-r--r--emulators/suse_x11/pkg/DESCR5
4 files changed, 48 insertions, 0 deletions
diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile
new file mode 100644
index 00000000000..b2677c71bc6
--- /dev/null
+++ b/emulators/suse_x11/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/05/17 00:14:50 tron Exp $
+
+DISTNAME= suse_x11-6.1
+CATEGORIES= emulators
+MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/x1/
+DISTFILES= xshared.rpm xpm.rpm
+ONLY_FOR_ARCHS= i386
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.suse.com/
+
+DEPENDS+= suse_base-6.1:../suse_base
+
+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_x11/files/md5 b/emulators/suse_x11/files/md5
new file mode 100644
index 00000000000..6cd7210f94c
--- /dev/null
+++ b/emulators/suse_x11/files/md5
@@ -0,0 +1,4 @@
+$NetBSD: md5,v 1.1.1.1 1999/05/17 00:14:50 tron Exp $
+
+MD5 (suse/xshared.rpm) = e7a5f14189ff2bed28cfbbf43c36fff4
+MD5 (suse/xpm.rpm) = 8ae87d1c811b341fdb507bd82e3c0d40
diff --git a/emulators/suse_x11/pkg/COMMENT b/emulators/suse_x11/pkg/COMMENT
new file mode 100644
index 00000000000..992632f16ca
--- /dev/null
+++ b/emulators/suse_x11/pkg/COMMENT
@@ -0,0 +1 @@
+Linux compatibility package for X11 binaries
diff --git a/emulators/suse_x11/pkg/DESCR b/emulators/suse_x11/pkg/DESCR
new file mode 100644
index 00000000000..023c56f39b1
--- /dev/null
+++ b/emulators/suse_x11/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
+X11 shared libraries.