librpcsecgss: remove package
broke with glibc-2.32 does not compile with libtirpc
This commit is contained in:
parent
9547bb18ef
commit
2d56c40d8f
|
@ -1033,7 +1033,6 @@ libobt.so.2 libopenbox-3.5.2_1
|
|||
libobrender.so.32 libopenbox-3.6.1_1
|
||||
libgssglue.so.1 libgssglue-0.3_1
|
||||
libtirpc.so.3 libtirpc-1.0.2_1
|
||||
librpcsecgss.so.3 librpcsecgss-0.19_1
|
||||
libnfsidmap.so.1 libnfsidmap-2.4.3_2
|
||||
libbind9.so.1600 bind-libs-9.16.2_1
|
||||
libdns.so.1607 bind-libs-9.16.7_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
librpcsecgss
|
|
@ -1,32 +0,0 @@
|
|||
# Template file for 'librpcsecgss'
|
||||
pkgname=librpcsecgss
|
||||
version=0.19
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgssglue-devel"
|
||||
short_desc="Library for RPCSECGSS support"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
|
||||
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=0cafb86b67e5eb4c89e8abaaad9165298946bc164d258e8925fc6dc1fa913abd
|
||||
|
||||
case "$XBPS_TARGET_LIBC" in
|
||||
musl) broken="rpc/rpc.h header is not available on musl"
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
librpcsecgss-devel_package() {
|
||||
depends="libgssglue-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
|
@ -140,6 +140,8 @@ replaces="
|
|||
libdbusmenu-qt<=0.9.2_4
|
||||
libgksu<=2.0.12_5
|
||||
libqzeitgeist<=0.8.0_6
|
||||
librpcsecgss<=0.19_6
|
||||
librpcsecgss-devel<=0.19_6
|
||||
livewallpaper<=0.5.0_2
|
||||
llvm3.9<=3.9.1_5
|
||||
ls++-git<=20140919_3
|
||||
|
|
Loading…
Reference in New Issue