libgssglue: update to 0.4.
This commit is contained in:
parent
f273752926
commit
3bd3049ced
2 changed files with 8 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'libgssglue-devel'.
|
||||
#
|
||||
depends="glibc-devel libgssglue"
|
||||
noarch=yes
|
||||
depends="glibc-devel libgssglue>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'libgssglue'
|
||||
pkgname=libgssglue
|
||||
version=0.3
|
||||
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
|
||||
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
version=0.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="Mechanism-switch gssapi library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
checksum=d98a022af432b61fe2a1eb811b5916743ccb781e383da680f1a00fd1005a5174
|
||||
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
|
||||
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue