summaryrefslogtreecommitdiff
path: root/emulators/suse100_slang
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-04-18 14:43:27 +0000
committersalo <salo@pkgsrc.org>2006-04-18 14:43:27 +0000
commitc7e15a6d6b5c2465bee35a4832394ff94d77affd (patch)
tree900002392f9154cec05f5f39a1062c513c9f68e4 /emulators/suse100_slang
parentd5435ffdab9930ce1a4bede67f0a9ce77f882b95 (diff)
downloadpkgsrc-c7e15a6d6b5c2465bee35a4832394ff94d77affd.tar.gz
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 (limited to 'emulators/suse100_slang')
-rw-r--r--emulators/suse100_slang/DESCR5
-rw-r--r--emulators/suse100_slang/Makefile28
-rw-r--r--emulators/suse100_slang/Makefile.i3863
-rw-r--r--emulators/suse100_slang/Makefile.powerpc3
-rw-r--r--emulators/suse100_slang/Makefile.x86_643
-rw-r--r--emulators/suse100_slang/PLIST3
-rw-r--r--emulators/suse100_slang/distinfo11
7 files changed, 56 insertions, 0 deletions
diff --git a/emulators/suse100_slang/DESCR b/emulators/suse100_slang/DESCR
new file mode 100644
index 00000000000..f9f21396127
--- /dev/null
+++ b/emulators/suse100_slang/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
+the "slang" library.
diff --git a/emulators/suse100_slang/Makefile b/emulators/suse100_slang/Makefile
new file mode 100644
index 00000000000..1caa81d2513
--- /dev/null
+++ b/emulators/suse100_slang/Makefile
@@ -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
+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 --git a/emulators/suse100_slang/Makefile.i386 b/emulators/suse100_slang/Makefile.i386
new file mode 100644
index 00000000000..919a4929a5c
--- /dev/null
+++ b/emulators/suse100_slang/Makefile.i386
@@ -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 --git a/emulators/suse100_slang/Makefile.powerpc b/emulators/suse100_slang/Makefile.powerpc
new file mode 100644
index 00000000000..ad5d557c2f3
--- /dev/null
+++ b/emulators/suse100_slang/Makefile.powerpc
@@ -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 --git a/emulators/suse100_slang/Makefile.x86_64 b/emulators/suse100_slang/Makefile.x86_64
new file mode 100644
index 00000000000..448940cc2e0
--- /dev/null
+++ b/emulators/suse100_slang/Makefile.x86_64
@@ -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 --git a/emulators/suse100_slang/PLIST b/emulators/suse100_slang/PLIST
new file mode 100644
index 00000000000..eb4cbecebfd
--- /dev/null
+++ b/emulators/suse100_slang/PLIST
@@ -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 --git a/emulators/suse100_slang/distinfo b/emulators/suse100_slang/distinfo
new file mode 100644
index 00000000000..a7461f00241
--- /dev/null
+++ b/emulators/suse100_slang/distinfo
@@ -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