pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/suse100_slang Initial import of suse100_slan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a7bd7979c2a
branches:  trunk
changeset: 511620:9a7bd7979c2a
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Apr 18 14:43:27 2006 +0000

description:
Initial import of suse100_slang: Linux compatibility package for slang library

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
the "slang" library.

diffstat:

 emulators/suse100_slang/DESCR            |   5 +++++
 emulators/suse100_slang/Makefile         |  28 ++++++++++++++++++++++++++++
 emulators/suse100_slang/Makefile.i386    |   3 +++
 emulators/suse100_slang/Makefile.powerpc |   3 +++
 emulators/suse100_slang/Makefile.x86_64  |   3 +++
 emulators/suse100_slang/PLIST            |   3 +++
 emulators/suse100_slang/distinfo         |  11 +++++++++++
 7 files changed, 56 insertions(+), 0 deletions(-)

diffs (84 lines):

diff -r 8ce2ea238b36 -r 9a7bd7979c2a emulators/suse100_slang/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_slang/DESCR     Tue Apr 18 14:43:27 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 glibc2 which require
+the "slang" library.
diff -r 8ce2ea238b36 -r 9a7bd7979c2a emulators/suse100_slang/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_slang/Makefile  Tue Apr 18 14:43:27 2006 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 14:43:27 salo Exp $
+
+DISTNAME=              suse_slang-${SUSE_VERSION}
+CATEGORIES=            emulators
+MASTER_SITES=          ${MASTER_SITE_SUSE100}
+DISTFILES=             ${RPMFILES}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://www.suse.com/
+COMMENT=               Linux compatibility package for slang library
+
+DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+
+EXTRACT_ONLY=          # empty
+NO_BUILD=              YES
+PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
+PLIST_SUBST+=          EMULSUBDIR=${EMULSUBDIR:Q}
+
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+.endif
+
+post-install:
+       cd ${PREFIX}/${EMULSUBDIR}/usr/lib/ &&  \
+               ${LN} -sf libslang-utf8.so.1 libslang.so.1
+
+.include "../../emulators/suse100_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 8ce2ea238b36 -r 9a7bd7979c2a emulators/suse100_slang/Makefile.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_slang/Makefile.i386     Tue Apr 18 14:43:27 2006 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.i386,v 1.1.1.1 2006/04/18 14:43:27 salo Exp $
+
+RPMFILES=              slang-1.4.9-127.${SUSE_ARCH}.rpm
diff -r 8ce2ea238b36 -r 9a7bd7979c2a emulators/suse100_slang/Makefile.powerpc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_slang/Makefile.powerpc  Tue Apr 18 14:43:27 2006 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.powerpc,v 1.1.1.1 2006/04/18 14:43:27 salo Exp $
+
+RPMFILES=              slang-1.4.9-127.${SUSE_ARCH}.rpm
diff -r 8ce2ea238b36 -r 9a7bd7979c2a emulators/suse100_slang/Makefile.x86_64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_slang/Makefile.x86_64   Tue Apr 18 14:43:27 2006 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.x86_64,v 1.1.1.1 2006/04/18 14:43:27 salo Exp $
+
+RPMFILES=              slang-1.4.9-127.${SUSE_ARCH}.rpm
diff -r 8ce2ea238b36 -r 9a7bd7979c2a emulators/suse100_slang/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_slang/PLIST     Tue Apr 18 14:43:27 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/18 14:43:27 salo Exp $
+@exec cd %D/${EMULSUBDIR}/usr/lib && ln -sf libslang-utf8.so.1 libslang.so.1
+@unexec ${RM} -f %D/${EMULSUBDIR}/usr/lib/libslang.so.1
diff -r 8ce2ea238b36 -r 9a7bd7979c2a emulators/suse100_slang/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_slang/distinfo  Tue Apr 18 14:43:27 2006 +0000
@@ -0,0 +1,11 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/18 14:43:27 salo Exp $
+
+SHA1 (suse100/i586/slang-1.4.9-127.i586.rpm) = cfdf9786ad1493a8f99d00ded990ec767d4e75ad
+RMD160 (suse100/i586/slang-1.4.9-127.i586.rpm) = a56da5638b1fe209780dff99724814426e8038cb
+Size (suse100/i586/slang-1.4.9-127.i586.rpm) = 520160 bytes
+SHA1 (suse100/ppc/slang-1.4.9-127.ppc.rpm) = 873e20415783e079f52c4a6e15e7e8946197f25f
+RMD160 (suse100/ppc/slang-1.4.9-127.ppc.rpm) = c101bc80a0fb402ad913a741d71bd02931efd264
+Size (suse100/ppc/slang-1.4.9-127.ppc.rpm) = 233623 bytes
+SHA1 (suse100/x86_64/slang-1.4.9-127.x86_64.rpm) = c33894cc5a0f6bc5cdd2d2a6523fca70916b24c3
+RMD160 (suse100/x86_64/slang-1.4.9-127.x86_64.rpm) = 20abbf8e268640909cf0044d6b91f49617f71220
+Size (suse100/x86_64/slang-1.4.9-127.x86_64.rpm) = 604247 bytes



Home | Main Index | Thread Index | Old Index