libgssglue: cross build support.
This commit is contained in:
parent
100417ed86
commit
45f4439eef
2 changed files with 3 additions and 11 deletions
srcpkgs/libgssglue
|
@ -3,9 +3,6 @@
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="glibc-devel libgssglue>=${version}"
|
depends="glibc-devel libgssglue>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
# Template file for 'libgssglue'
|
# Template file for 'libgssglue'
|
||||||
pkgname=libgssglue
|
pkgname=libgssglue
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=1
|
revision=2
|
||||||
|
conf_files="/etc/gssapi_mech.conf"
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="Mechanism-switch gssapi library"
|
short_desc="Mechanism-switch gssapi library"
|
||||||
|
@ -10,13 +12,6 @@ license="BSD"
|
||||||
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
|
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
|
||||||
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=3f791a75502ba723e5e85e41e5e0c711bb89e2716b7c0ec6e74bd1df6739043a
|
checksum=3f791a75502ba723e5e85e41e5e0c711bb89e2716b7c0ec6e74bd1df6739043a
|
||||||
long_desc="
|
|
||||||
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."
|
|
||||||
|
|
||||||
conf_files="/etc/gssapi_mech.conf"
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/gssapi_mech.conf 644 etc
|
vinstall ${FILESDIR}/gssapi_mech.conf 644 etc
|
||||||
|
|
Loading…
Add table
Reference in a new issue