pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse91_slang Add SuSE 9.1 compatibility pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/465ce1599e3d
branches:  trunk
changeset: 491985:465ce1599e3d
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Apr 02 19:44:24 2005 +0000

description:
Add SuSE 9.1 compatibility package for Slang library

Adresses PR pkg/29561 by Robert Elz

diffstat:

 emulators/suse91_slang/DESCR    |   5 +++++
 emulators/suse91_slang/Makefile |  28 ++++++++++++++++++++++++++++
 emulators/suse91_slang/distinfo |   5 +++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r d923208a84ce -r 465ce1599e3d emulators/suse91_slang/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse91_slang/DESCR      Sat Apr 02 19:44:24 2005 +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 d923208a84ce -r 465ce1599e3d emulators/suse91_slang/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse91_slang/Makefile   Sat Apr 02 19:44:24 2005 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/02 19:44:24 jdolecek Exp $
+
+DISTNAME=              suse_slang-${SUSE_VERSION}
+CATEGORIES=            emulators
+MASTER_SITES=          ${MASTER_SITE_SUSE91}
+DISTFILES=             ${RPMFILES}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://www.suse.com/
+COMMENT=               Linux compatibility package for slang library
+
+DEPENDS+=              suse_base>=${SUSE_VERSION}:../suse_base
+
+ONLY_FOR_PLATFORM=      NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386
+
+EXTRACT_ONLY=          # empty
+NO_BUILD=              YES
+NO_BUILDLINK=          YES
+PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
+
+RPMFILES=              slang-1.4.9-121.${SUSE_ARCH}.rpm
+
+post-install:
+       ${LN} -sf ${PREFIX}/${EMULSUBDIR}/usr/lib/libslang-utf8.so.1 \
+               ${PREFIX}/${EMULSUBDIR}/usr/lib/libslang.so.1
+
+.include "../suse91_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r d923208a84ce -r 465ce1599e3d emulators/suse91_slang/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse91_slang/distinfo   Sat Apr 02 19:44:24 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/04/02 19:44:24 jdolecek Exp $
+
+SHA1 (suse91/i586/slang-1.4.9-121.i586.rpm) = 3a8e5e4a0e7177c378b414e879e162833d521a67
+RMD160 (suse91/i586/slang-1.4.9-121.i586.rpm) = 759cdb055ebf67b00cbb78d0e79528a34e58a4d1
+Size (suse91/i586/slang-1.4.9-121.i586.rpm) = 233659 bytes



Home | Main Index | Thread Index | Old Index