26 lines
712 B
Bash
26 lines
712 B
Bash
# Template file for 'liburing'
|
|
pkgname=liburing
|
|
version=0.1
|
|
revision=1
|
|
archs="i686* x86_64*"
|
|
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.xz"
|
|
checksum=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
|
|
|
|
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
|
|
}
|
|
}
|