e81e121126
Disable building tests and examples. Closes #29622.
25 lines
714 B
Bash
25 lines
714 B
Bash
# Template file for 'liburing'
|
|
pkgname=liburing
|
|
version=2.0
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="--mandir=/usr/share/man"
|
|
make_build_args="-C src"
|
|
short_desc="Linux-native io_uring I/O access library"
|
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
|
license="LGPL-2.1-only"
|
|
homepage="http://git.kernel.dk/cgit/liburing"
|
|
distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
|
|
checksum=fcc29d6f00d0d1eca3d83d40cc7e9a2773ef98d4edbfe536b7317d65992f75f8
|
|
|
|
liburing-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="liburing-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/man
|
|
}
|
|
}
|