2711430308
Linux compatibility package based on the openSUSE Linux distribution. Please visit http://www.opensuse.org/ for more information about openSUSE Linux. This package supports running ELF binaries linked with glibc2 that require kerberos shared libraries.
15 lines
476 B
Makefile
15 lines
476 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 13:37:21 obache Exp $
|
|
|
|
DISTNAME= suse_krb5-${SUSE_VERSION}
|
|
CATEGORIES= emulators
|
|
RPMUPDPKGS+= krb5-1.9.1-24.3.1.${SUSE_ARCH}
|
|
RPMPKGS+= libcom_err2-1.41.14-10.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libkeyutils1-1.5.3-2.1.2.${SUSE_ARCH}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package for kerberos libraries
|
|
|
|
EMUL_MODULES.linux= base
|
|
|
|
.include "../../emulators/suse121_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|