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