diff options
-rw-r--r-- | emulators/suse91_glx/DESCR | 4 | ||||
-rw-r--r-- | emulators/suse91_glx/Makefile | 28 | ||||
-rw-r--r-- | emulators/suse91_glx/distinfo | 8 |
3 files changed, 40 insertions, 0 deletions
diff --git a/emulators/suse91_glx/DESCR b/emulators/suse91_glx/DESCR new file mode 100644 index 00000000000..64e8143cf19 --- /dev/null +++ b/emulators/suse91_glx/DESCR @@ -0,0 +1,4 @@ +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 which require GL shared libraries. diff --git a/emulators/suse91_glx/Makefile b/emulators/suse91_glx/Makefile new file mode 100644 index 00000000000..cba6d1dd1f3 --- /dev/null +++ b/emulators/suse91_glx/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/04/02 19:50:01 jdolecek Exp $ + +DISTNAME= suse_glx-${SUSE_VERSION} +PKGREVISION= # empty +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE91} +DISTFILES= ${RPMFILES} + +MAINTAINER= jdolecek@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for the GL library + +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= YES +NO_BUILDLINK= YES +LIBTOOLIZE_PLIST= NO +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +# the -devel version is necessary for libGL.so et.al. symlinks only +RPMFILES= XFree86-Mesa-4.3.99.902-40.${SUSE_ARCH}.rpm \ + XFree86-Mesa-devel-4.3.99.902-40.${SUSE_ARCH}.rpm + +.include "../../emulators/suse91_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse91_glx/distinfo b/emulators/suse91_glx/distinfo new file mode 100644 index 00000000000..62193d26e72 --- /dev/null +++ b/emulators/suse91_glx/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/04/02 19:50:01 jdolecek Exp $ + +SHA1 (suse91/i586/XFree86-Mesa-4.3.99.902-40.i586.rpm) = 560f39d2a96a1f5df7f0b5001821adf0105e6325 +RMD160 (suse91/i586/XFree86-Mesa-4.3.99.902-40.i586.rpm) = 94615f439cadb85db5c8fc7d94201f2a52ac9895 +Size (suse91/i586/XFree86-Mesa-4.3.99.902-40.i586.rpm) = 6152698 bytes +SHA1 (suse91/i586/XFree86-Mesa-devel-4.3.99.902-40.i586.rpm) = a9172864b4bb019548d0158e06afb675ccb6a327 +RMD160 (suse91/i586/XFree86-Mesa-devel-4.3.99.902-40.i586.rpm) = 5f47dd63595c2a780059d719b89789c1a14b2845 +Size (suse91/i586/XFree86-Mesa-devel-4.3.99.902-40.i586.rpm) = 1073151 bytes |