mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
neard: move to libnl3
This commit is contained in:
parent
8a7a427d13
commit
cc938ce926
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue