exherbo-denkn/packages/net-libs/libgssglue/libgssglue-0.4-r2.exheres-0

25 lines
615 B
Bash
Raw Normal View History

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
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?
DEPENDENCIES=""
2014-01-04 23:25:00 +01:00
DEFAULT_SRC_CONFIGURE_PARAMS=( --disable-static )