2014-01-04 23:25:00 +01:00
|
|
|
# Copyright 2014 Denis Knauf <denis.knauf@gmail.com>
|
|
|
|
# Distributed under the terms of the GNU General Public License v3
|
|
|
|
|
2014-01-04 23:48:28 +01:00
|
|
|
require easy-multibuild debian-upstream [ suffix=.orig.tar.bz2 ]
|
2014-01-04 23:25:00 +01:00
|
|
|
|
2014-01-04 23:31:33 +01:00
|
|
|
SUMMARY="Generic Security Services Application Program Interface"
|
2014-01-04 23:25:00 +01:00
|
|
|
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?
|
2014-01-04 23:44:53 +01:00
|
|
|
DEPENDENCIES=""
|
2014-01-04 23:25:00 +01:00
|
|
|
|
|
|
|
DEFAULT_SRC_CONFIGURE_PARAMS=( --disable-static )
|
|
|
|
|