libkqueue: remove, outdated and is not used by anything
This commit is contained in:
@@ -2507,7 +2507,6 @@ libxerces-c-3.2.so libxerces-c-3.2.0_1
|
|||||||
libunibreak.so.3 libunibreak-4.0_1
|
libunibreak.so.3 libunibreak-4.0_1
|
||||||
libgconfmm-2.6.so.1 gconfmm-2.28.3_1
|
libgconfmm-2.6.so.1 gconfmm-2.28.3_1
|
||||||
libiperf.so.0 iperf3-3.1.1_1
|
libiperf.so.0 iperf3-3.1.1_1
|
||||||
libkqueue.so.0 libkqueue-2.0.3_1
|
|
||||||
libKF5UnitConversion.so.5 kunitconversion-5.26.0_1
|
libKF5UnitConversion.so.5 kunitconversion-5.26.0_1
|
||||||
libfdk-aac.so.2 fdk-aac-2.0.0_1
|
libfdk-aac.so.2 fdk-aac-2.0.0_1
|
||||||
libyubikey.so.0 libyubikey-1.13_1
|
libyubikey.so.0 libyubikey-1.13_1
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
libkqueue
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
# Template file for 'libkqueue'
|
|
||||||
pkgname=libkqueue
|
|
||||||
version=2.1.0
|
|
||||||
revision=1
|
|
||||||
build_style=gnu-configure
|
|
||||||
hostmakedepends="automake libtool"
|
|
||||||
short_desc="kqueue(2) compatibility library"
|
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
||||||
license="ISC, BSD"
|
|
||||||
homepage="https://github.com/mheily/libkqueue"
|
|
||||||
distfiles="https://github.com/mheily/libkqueue/archive/v${version}.tar.gz"
|
|
||||||
checksum=6ef91fb9ffd0630e14ed7e551e64fbe14f1af84fed34f1972cdb703593b6ad1f
|
|
||||||
CFLAGS="-Wno-error=format-truncation -Wno-error=stringop-overflow"
|
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|
||||||
makedepends+=" musl-legacy-compat"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
libkqueue-devel_package() {
|
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
|
||||||
short_desc+=" - development files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user