25 lines
689 B
Bash
25 lines
689 B
Bash
# Template file for 'liburing'
|
|
pkgname=liburing
|
|
version=0.7
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="--mandir=/usr/share/man"
|
|
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=05d0cf8493d573c76b11abfcf34aabc7153affebe17ff95f9ae88b0de062a59d
|
|
|
|
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
|
|
}
|
|
}
|