diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 10:07:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 10:07:57 +0000 |
commit | 712250c5f5f1c4d745758a61cf9843a25e095932 (patch) | |
tree | f3b200485bc782fc02213e4de4e34480fd7a5585 /emulators/suse64_gtk | |
parent | 0118d264e9325b2304bd2167762d5c046d73bc13 (diff) | |
download | pkgsrc-712250c5f5f1c4d745758a61cf9843a25e095932.tar.gz |
Import SuSE 6.4 packages as "suse64_*" to support the Linux emulation on
NetBSD 1.5 and 1.5.x systems.
Diffstat (limited to 'emulators/suse64_gtk')
-rw-r--r-- | emulators/suse64_gtk/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse64_gtk/Makefile | 22 | ||||
-rw-r--r-- | emulators/suse64_gtk/distinfo | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/emulators/suse64_gtk/DESCR b/emulators/suse64_gtk/DESCR new file mode 100644 index 00000000000..d404f886f92 --- /dev/null +++ b/emulators/suse64_gtk/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 +GTK shared libraries. diff --git a/emulators/suse64_gtk/Makefile b/emulators/suse64_gtk/Makefile new file mode 100644 index 00000000000..1c34bbff612 --- /dev/null +++ b/emulators/suse64_gtk/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ + +DISTNAME= suse_gtk-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE:=gra1/} +DISTFILES= ${RPMFILES} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for GTK binaries + +DEPENDS+= suse_x11-${SUSE_VERSION}*:../suse64_x11 + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= glib.rpm gtk.rpm + +.include "../suse64_linux/Makefile.common" diff --git a/emulators/suse64_gtk/distinfo b/emulators/suse64_gtk/distinfo new file mode 100644 index 00000000000..bc3ee61a1a2 --- /dev/null +++ b/emulators/suse64_gtk/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ + +SHA1 (suse64/glib.rpm) = 68a3f36281a440fa90fd24853fccc48e02a29078 +Size (suse64/glib.rpm) = 170856 bytes +SHA1 (suse64/gtk.rpm) = 67b27d7ca3e6ac67eee1a37a91b99003cc4e89b8 +Size (suse64/gtk.rpm) = 1424531 bytes |