libgssglue

for/master
Denis Knauf 2014-01-04 23:25:00 +01:00
parent 3b9232309d
commit 4fb7eafffa
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# Copyright 2014 Denis Knauf <denis.knauf@gmail.com>
# Distributed under the terms of the GNU General Public License v3
require sourceforge easy-multibuild
SUMMARY="Exports gssapi-library-routines as gssapi-interface"
DESCRIPTION="
This library exports a gssapi interface, but doesn't implement any gssapi
mechanisms itself; instead it calls gssapi routines in other libraries,
depending on the mechanism.
"
LICENCES="BSD-3"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS="
multibuild_c: 32 64
"
# TODO: deps?
DEPENDENCIES="
"
DEFAULT_SRC_CONFIGURE_PARAMS=( --disable-static )