diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-04-02 19:44:24 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-04-02 19:44:24 +0000 |
commit | 89e3ac0be15814256a1810c7f5f306a861d5fd7b (patch) | |
tree | 00574f7508df78f4e9d6972f3e9e0e033c135ffd /emulators/suse91_slang | |
parent | cc3ae1a96398a36f318198feed49817465af8385 (diff) | |
download | pkgsrc-89e3ac0be15814256a1810c7f5f306a861d5fd7b.tar.gz |
Add SuSE 9.1 compatibility package for Slang library
Adresses PR pkg/29561 by Robert Elz
Diffstat (limited to 'emulators/suse91_slang')
-rw-r--r-- | emulators/suse91_slang/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse91_slang/Makefile | 28 | ||||
-rw-r--r-- | emulators/suse91_slang/distinfo | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/emulators/suse91_slang/DESCR b/emulators/suse91_slang/DESCR new file mode 100644 index 00000000000..f9f21396127 --- /dev/null +++ b/emulators/suse91_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/suse91_slang/Makefile b/emulators/suse91_slang/Makefile new file mode 100644 index 00000000000..1ad76c2681d --- /dev/null +++ b/emulators/suse91_slang/Makefile @@ -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 +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 --git a/emulators/suse91_slang/distinfo b/emulators/suse91_slang/distinfo new file mode 100644 index 00000000000..3e8f2352b5b --- /dev/null +++ b/emulators/suse91_slang/distinfo @@ -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 |