2012-01-28 15:02:42 +00:00
|
|
|
# Template file for 'libgssglue'
|
|
|
|
pkgname=libgssglue
|
2012-08-24 06:35:43 +00:00
|
|
|
version=0.4
|
2014-12-19 10:56:59 +00:00
|
|
|
revision=6
|
2012-08-24 06:35:43 +00:00
|
|
|
build_style=gnu-configure
|
2014-02-04 16:27:02 +00:00
|
|
|
configure_args="--disable-static"
|
2014-01-01 15:10:11 +00:00
|
|
|
conf_files="/etc/gssapi_mech.conf"
|
2012-01-28 15:02:42 +00:00
|
|
|
short_desc="Mechanism-switch gssapi library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
2012-08-24 06:35:43 +00:00
|
|
|
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
|
|
|
|
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
|
|
|
|
checksum=3f791a75502ba723e5e85e41e5e0c711bb89e2716b7c0ec6e74bd1df6739043a
|
2012-01-28 15:02:42 +00:00
|
|
|
|
|
|
|
post_install() {
|
2014-12-19 10:56:59 +00:00
|
|
|
vconf ${FILESDIR}/gssapi_mech.conf
|
2012-01-28 15:02:42 +00:00
|
|
|
}
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
libgssglue-devel_package() {
|
2014-02-04 16:27:02 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2013-05-06 09:27:43 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-04 16:27:02 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 08:15:49 +00:00
|
|
|
}
|
|
|
|
}
|