diff options
author | obache <obache@pkgsrc.org> | 2008-02-22 13:24:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-22 13:24:13 +0000 |
commit | 2c7252de8d4768d154caa4cdd53b8bb917dd3c7b (patch) | |
tree | 042c31522622d6a44e5e5eee40e38476473845b7 /emulators/suse100_krb5 | |
parent | fd17904c9b8e594826d5eed79a2c093bf4e728e3 (diff) | |
download | pkgsrc-2c7252de8d4768d154caa4cdd53b8bb917dd3c7b.tar.gz |
Import suse100_krb5, SuSE 10.0 kerberos5 library compatibility package.
Based on PR 35543 by Kevin Sullivan, modify to adapt to recent emul framework.
This package supports running ELF binaries linked with glibc2 that
require kerberos shared libraries.
Diffstat (limited to 'emulators/suse100_krb5')
-rw-r--r-- | emulators/suse100_krb5/DESCR | 6 | ||||
-rw-r--r-- | emulators/suse100_krb5/Makefile | 14 | ||||
-rw-r--r-- | emulators/suse100_krb5/distinfo | 20 |
3 files changed, 40 insertions, 0 deletions
diff --git a/emulators/suse100_krb5/DESCR b/emulators/suse100_krb5/DESCR new file mode 100644 index 00000000000..90b22ca471c --- /dev/null +++ b/emulators/suse100_krb5/DESCR @@ -0,0 +1,6 @@ +Linux compatibility package based on the SuSE Linux distribution. +Please visit http://www.suse.com/ for more information about SuSE +Linux. + +This package supports running ELF binaries linked with glibc2 that +require kerberos shared libraries. diff --git a/emulators/suse100_krb5/Makefile b/emulators/suse100_krb5/Makefile new file mode 100644 index 00000000000..5a4f2763b1b --- /dev/null +++ b/emulators/suse100_krb5/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/02/22 13:24:13 obache Exp $ + +DISTNAME= suse_krb5-${SUSE_VERSION} +CATEGORIES= emulators +DISTFILES= krb5-1.4.1-5.11.${SUSE_ARCH}.rpm \ + libcom_err-1.38-4.3.${SUSE_ARCH}.rpm + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Linux compatibility package for kerberos libraries + +EMUL_MODULES.linux= base + +.include "../../emulators/suse100_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse100_krb5/distinfo b/emulators/suse100_krb5/distinfo new file mode 100644 index 00000000000..6ab623c7746 --- /dev/null +++ b/emulators/suse100_krb5/distinfo @@ -0,0 +1,20 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/02/22 13:24:13 obache Exp $ + +SHA1 (suse100/i586/krb5-1.4.1-5.11.i586.rpm) = cb33ae0af2886f1185c86e437adc8eba34c586f1 +RMD160 (suse100/i586/krb5-1.4.1-5.11.i586.rpm) = f2e784ede547a3dadc9a4956b63e7cac1b1491f1 +Size (suse100/i586/krb5-1.4.1-5.11.i586.rpm) = 494975 bytes +SHA1 (suse100/i586/libcom_err-1.38-4.3.i586.rpm) = 4bb9f391a3267943e287ae603f28f14560d7135e +RMD160 (suse100/i586/libcom_err-1.38-4.3.i586.rpm) = 0eb66e114b4cc6329aae848755979820da17aa3e +Size (suse100/i586/libcom_err-1.38-4.3.i586.rpm) = 42487 bytes +SHA1 (suse100/ppc/krb5-1.4.1-5.11.ppc.rpm) = dbcc115fe5051a6c33faa2c50e6504774a30790c +RMD160 (suse100/ppc/krb5-1.4.1-5.11.ppc.rpm) = 5ad11c6c158c2fbe2e4df9d393f94589df20805e +Size (suse100/ppc/krb5-1.4.1-5.11.ppc.rpm) = 541646 bytes +SHA1 (suse100/ppc/libcom_err-1.38-4.3.ppc.rpm) = 53d2fe50f46e34aacd14fbc55ae11bacae4918ae +RMD160 (suse100/ppc/libcom_err-1.38-4.3.ppc.rpm) = 23c7b7ffd67edd7ff13d72485ff5c955421b8589 +Size (suse100/ppc/libcom_err-1.38-4.3.ppc.rpm) = 49275 bytes +SHA1 (suse100/x86_64/krb5-1.4.1-5.11.x86_64.rpm) = a3fcb4deca1eac45dd25ec6bda76c542f219e477 +RMD160 (suse100/x86_64/krb5-1.4.1-5.11.x86_64.rpm) = b3f1a721191f243725da937ecd735f602b7f5f97 +Size (suse100/x86_64/krb5-1.4.1-5.11.x86_64.rpm) = 538713 bytes +SHA1 (suse100/x86_64/libcom_err-1.38-4.3.x86_64.rpm) = 8c0f121836084fbdb823e557a78074a9e0ef32f3 +RMD160 (suse100/x86_64/libcom_err-1.38-4.3.x86_64.rpm) = 121a4400d26d83350bfc235f5f8ecab77be96a6b +Size (suse100/x86_64/libcom_err-1.38-4.3.x86_64.rpm) = 43704 bytes |