mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# 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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue