mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
libaio: update to 0.3.113.
This commit is contained in:
parent
71e5ed52d7
commit
f529a9ea04
1 changed files with 13 additions and 8 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'libaio'
|
# Template file for 'libaio'
|
||||||
pkgname=libaio
|
pkgname=libaio
|
||||||
version=0.3.112
|
version=0.3.113
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="The Linux-native asynchronous I/O facility (aio) library"
|
short_desc="Linux-native asynchronous I/O facility (aio) library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://lse.sourceforge.net/io/aio.html"
|
homepage="https://lse.sourceforge.net/io/aio.html"
|
||||||
distfiles="${DEBIAN_SITE}/main/liba/$pkgname/${pkgname}_${version}.orig.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/liba/$pkgname/${pkgname}_${version}.orig.tar.gz"
|
||||||
checksum=f69e5800425f4ea957426693ac09f9896bb993db5490fa021644454adcc72a32
|
checksum=2c44d1c5fd0d43752287c9ae1eb9c023f04ef848ea8d4aafa46e9aedb678200b
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
CFLAGS="${CFLAGS/-fstack-protector-strong/} -fno-stack-protector"
|
CFLAGS="${CFLAGS/-fstack-protector-strong/} -fno-stack-protector"
|
||||||
make CC=$CC
|
make CC=$CC ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make prefix=${DESTDIR}/usr install
|
make prefix=${DESTDIR}/usr install
|
||||||
}
|
}
|
||||||
|
@ -22,7 +23,11 @@ libaio-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
|
|
||||||
|
for f in man/*.3; do
|
||||||
|
vman "$f"
|
||||||
|
done
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue