neard: move to libnl3

This commit is contained in:
Đoàn Trần Công Danh 2023-12-18 10:13:29 +07:00
parent 8a7a427d13
commit cc938ce926

View File

@ -1,12 +1,12 @@
# Template file for 'neard'
pkgname=neard
version=0.19
revision=1
revision=2
build_style=gnu-configure
# TODO: add '--enable-test' when updated from python2 & gtk+2
configure_args="--disable-systemd --enable-ese --enable-tools"
hostmakedepends="autoconf autoconf-archive automake libtool pkg-config"
makedepends="glib-devel libnl-devel"
makedepends="glib-devel libnl3-devel"
depends="dbus"
short_desc="Near Field Communication (NFC) manager"
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
@ -32,7 +32,7 @@ neard-devel_package() {
vmove usr/include
# correct neard version.h install path
mv ${PKGDESTDIR}/usr/include/version.h \
${PKGDESTDIR}/usr/include/near
${PKGDESTDIR}/usr/include/near/version.h
vmove usr/lib/pkgconfig
}
}