aports/main/ivykis/APKBUILD

38 lines
827 B
Text
Raw Normal View History

# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ivykis
2024-06-27 03:48:04 +00:00
pkgver=0.43.2
pkgrel=0
pkgdesc="Library for asynchronous I/O readiness notification"
url="https://github.com/buytenh/ivykis"
arch="all"
2023-02-10 17:06:11 +01:00
license="LGPL-2.1-or-later"
2019-08-21 19:54:47 -03:00
makedepends="automake autoconf libtool"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="https://github.com/buytenh/ivykis/archive/v$pkgver/ivykis-$pkgver.tar.gz"
2019-08-21 19:54:47 -03:00
prepare() {
default_prepare
autoreconf -fi
}
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr
make
}
check() {
make check
}
package() {
make install DESTDIR="$pkgdir"
}
sha512sums="
2024-06-27 03:48:04 +00:00
58aefe38e32f301c38568613439a5177470bdc5b6240ec3de93c35752b34ff4d839d036ee48764e8e1cdc53d8a1138cc69947b8857349601316081c0aee66caa ivykis-0.43.2.tar.gz
"