pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators SuSE 10.0 Motif library compatibility packag...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe3456847118
branches: trunk
changeset: 511598:fe3456847118
user: tron <tron%pkgsrc.org@localhost>
date: Tue Apr 18 08:59:49 2006 +0000
description:
SuSE 10.0 Motif library compatibility package, based on the
SuSE 9.1 counterpart.
diffstat:
emulators/DESCR | 5 +++++
emulators/Makefile.i386 | 4 ++++
emulators/distinfo | 8 ++++++++
emulators/suse100_openmotif/DESCR | 5 +++++
emulators/suse100_openmotif/Makefile | 23 +++++++++++++++++++++++
emulators/suse100_openmotif/Makefile.i386 | 4 ++++
emulators/suse100_openmotif/distinfo | 8 ++++++++
7 files changed, 57 insertions(+), 0 deletions(-)
diffs (85 lines):
diff -r 46ee5ff86ee3 -r fe3456847118 emulators/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/DESCR Tue Apr 18 08:59:49 2006 +0000
@@ -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 OpenMotif shared
+libraries.
diff -r 46ee5ff86ee3 -r fe3456847118 emulators/Makefile.i386
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/Makefile.i386 Tue Apr 18 08:59:49 2006 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: Makefile.i386,v 1.1.1.1 2006/04/18 08:59:49 tron Exp $
+
+RPMFILES= openmotif-libs-2.2.3-13.${SUSE_ARCH}.rpm \
+ openmotif21-libs-2.1.30MLI4-128.${SUSE_ARCH}.rpm
diff -r 46ee5ff86ee3 -r fe3456847118 emulators/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/distinfo Tue Apr 18 08:59:49 2006 +0000
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/18 08:59:49 tron Exp $
+
+SHA1 (suse100/i586/openmotif-libs-2.2.3-13.i586.rpm) = 71ec720ac1de51eb68dae69df3e54bd638400433
+RMD160 (suse100/i586/openmotif-libs-2.2.3-13.i586.rpm) = 4524548dcdeaa5120ae86db29a41ed8b4bd8e807
+Size (suse100/i586/openmotif-libs-2.2.3-13.i586.rpm) = 1205363 bytes
+SHA1 (suse100/i586/openmotif21-libs-2.1.30MLI4-128.i586.rpm) = 255e97dbb6be316031cf2b9a70b1198727e56988
+RMD160 (suse100/i586/openmotif21-libs-2.1.30MLI4-128.i586.rpm) = d83b128a8b94069496c704e36cefcf234ea53520
+Size (suse100/i586/openmotif21-libs-2.1.30MLI4-128.i586.rpm) = 1010343 bytes
diff -r 46ee5ff86ee3 -r fe3456847118 emulators/suse100_openmotif/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_openmotif/DESCR Tue Apr 18 08:59:49 2006 +0000
@@ -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 OpenMotif shared
+libraries.
diff -r 46ee5ff86ee3 -r fe3456847118 emulators/suse100_openmotif/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_openmotif/Makefile Tue Apr 18 08:59:49 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 09:01:36 tron Exp $
+
+DISTNAME= suse_openmotif-${SUSE_VERSION}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE100}
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= tron%NetBSD.org@localhost
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package for the Motif library
+
+DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11
+
+EXTRACT_ONLY= # empty
+NO_BUILD= YES
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+.endif
+
+.include "../../emulators/suse100_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 46ee5ff86ee3 -r fe3456847118 emulators/suse100_openmotif/Makefile.i386
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_openmotif/Makefile.i386 Tue Apr 18 08:59:49 2006 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: Makefile.i386,v 1.1.1.1 2006/04/18 09:01:36 tron Exp $
+
+RPMFILES= openmotif-libs-2.2.3-13.${SUSE_ARCH}.rpm \
+ openmotif21-libs-2.1.30MLI4-128.${SUSE_ARCH}.rpm
diff -r 46ee5ff86ee3 -r fe3456847118 emulators/suse100_openmotif/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_openmotif/distinfo Tue Apr 18 08:59:49 2006 +0000
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/18 09:01:36 tron Exp $
+
+SHA1 (suse100/i586/openmotif-libs-2.2.3-13.i586.rpm) = 71ec720ac1de51eb68dae69df3e54bd638400433
+RMD160 (suse100/i586/openmotif-libs-2.2.3-13.i586.rpm) = 4524548dcdeaa5120ae86db29a41ed8b4bd8e807
+Size (suse100/i586/openmotif-libs-2.2.3-13.i586.rpm) = 1205363 bytes
+SHA1 (suse100/i586/openmotif21-libs-2.1.30MLI4-128.i586.rpm) = 255e97dbb6be316031cf2b9a70b1198727e56988
+RMD160 (suse100/i586/openmotif21-libs-2.1.30MLI4-128.i586.rpm) = d83b128a8b94069496c704e36cefcf234ea53520
+Size (suse100/i586/openmotif21-libs-2.1.30MLI4-128.i586.rpm) = 1010343 bytes
Home |
Main Index |
Thread Index |
Old Index