diff options
author | abs <abs@pkgsrc.org> | 2000-08-09 13:03:11 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-08-09 13:03:11 +0000 |
commit | cd0c105c5ce79b32641099cd1ada7b495d5ae01a (patch) | |
tree | 20f28810902cd7b90075f213221d3b885551af4b /emulators/suse_gtk | |
parent | e7c216f356c7a9e022d6f18654d15c6b978c3294 (diff) | |
download | pkgsrc-cd0c105c5ce79b32641099cd1ada7b495d5ae01a.tar.gz |
Linux 'gtk' libraries. Necessary but not sufficient to run linux netscape
6.00PR2 test release. Netscape can be installed, but fails to make network
connections.
Diffstat (limited to 'emulators/suse_gtk')
-rw-r--r-- | emulators/suse_gtk/Makefile | 21 | ||||
-rw-r--r-- | emulators/suse_gtk/files/md5 | 4 | ||||
-rw-r--r-- | emulators/suse_gtk/pkg/COMMENT | 1 | ||||
-rw-r--r-- | emulators/suse_gtk/pkg/DESCR | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/emulators/suse_gtk/Makefile b/emulators/suse_gtk/Makefile new file mode 100644 index 00000000000..0939bd6065b --- /dev/null +++ b/emulators/suse_gtk/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/08/09 13:03:11 abs Exp $ + +DISTNAME= suse_gtk-6.3 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE:=gra2/} +DISTFILES= ${RPMFILES} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.suse.com/ + +DEPENDS+= suse_base-6.3:../suse_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= glib.rpm gtk.rpm + +.include "../suse_linux/suse.mk" diff --git a/emulators/suse_gtk/files/md5 b/emulators/suse_gtk/files/md5 new file mode 100644 index 00000000000..0538f254445 --- /dev/null +++ b/emulators/suse_gtk/files/md5 @@ -0,0 +1,4 @@ +$NetBSD: md5,v 1.1.1.1 2000/08/09 13:03:12 abs Exp $ + +MD5 (suse63/glib.rpm) = 4d95d02b46902e9c5e97fff19e4fcd0e +MD5 (suse63/gtk.rpm) = 25f4e3b7a921f9419ae013449d7204f1 diff --git a/emulators/suse_gtk/pkg/COMMENT b/emulators/suse_gtk/pkg/COMMENT new file mode 100644 index 00000000000..52a3fc60eb9 --- /dev/null +++ b/emulators/suse_gtk/pkg/COMMENT @@ -0,0 +1 @@ +Linux compatibility package for GTK binaries diff --git a/emulators/suse_gtk/pkg/DESCR b/emulators/suse_gtk/pkg/DESCR new file mode 100644 index 00000000000..d404f886f92 --- /dev/null +++ b/emulators/suse_gtk/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 +GTK shared libraries. |