diff options
author | tron <tron@pkgsrc.org> | 2004-07-13 10:31:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-07-13 10:31:13 +0000 |
commit | c4c7c2005044bafa7d2d6a99acfe6660f9fc42c3 (patch) | |
tree | a07280160cb5bb4f61b1ce60c59bc71f50cd38eb /emulators/suse91_x11 | |
parent | 681b8c43493b945736679aa990d8b966bc5d3b87 (diff) | |
download | pkgsrc-c4c7c2005044bafa7d2d6a99acfe6660f9fc42c3.tar.gz |
Initial import of SuSE Linux 9.1 based packages for Linux emulation.
Warning:
NetBSD's Linux emulation does *not* work stable with these packages.
Diffstat (limited to 'emulators/suse91_x11')
-rw-r--r-- | emulators/suse91_x11/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse91_x11/Makefile | 26 | ||||
-rw-r--r-- | emulators/suse91_x11/distinfo | 4 |
3 files changed, 35 insertions, 0 deletions
diff --git a/emulators/suse91_x11/DESCR b/emulators/suse91_x11/DESCR new file mode 100644 index 00000000000..023c56f39b1 --- /dev/null +++ b/emulators/suse91_x11/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. diff --git a/emulators/suse91_x11/Makefile b/emulators/suse91_x11/Makefile new file mode 100644 index 00000000000..1fe54cd9642 --- /dev/null +++ b/emulators/suse91_x11/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/13 10:31:15 tron Exp $ + +DISTNAME= suse_x11-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE91} +DISTFILES= ${RPMFILES} + +MAINTAINER= tron@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for X11 binaries + +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base + +ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386 FreeBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= YES +NO_BUILDLINK= YES +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= XFree86-libs-4.3.99.902-40.${SUSE_ARCH}.rpm + +.include "../../mk/bsd.prefs.mk" + +.include "../../emulators/suse91_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse91_x11/distinfo b/emulators/suse91_x11/distinfo new file mode 100644 index 00000000000..dfe366d9006 --- /dev/null +++ b/emulators/suse91_x11/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/13 10:31:15 tron Exp $ + +SHA1 (suse91/i586/XFree86-libs-4.3.99.902-40.i586.rpm) = ba5b5235511c7912d63e388ed071774eea77e387 +Size (suse91/i586/XFree86-libs-4.3.99.902-40.i586.rpm) = 2397841 bytes |