libevdev: update to 1.5.2
Add -tools subpkg.
This commit is contained in:
1
srcpkgs/libevdev-tools
Symbolic link
1
srcpkgs/libevdev-tools
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libevdev
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Template file for 'libevdev'
|
# Template file for 'libevdev'
|
||||||
pkgname=libevdev
|
pkgname=libevdev
|
||||||
version=1.5.1
|
version=1.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gcov"
|
configure_args="--disable-gcov"
|
||||||
@@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.freedesktop.org/wiki/Software/libevdev/"
|
homepage="https://www.freedesktop.org/wiki/Software/libevdev/"
|
||||||
distfiles="https://freedesktop.org/software/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="https://freedesktop.org/software/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=17630821a57e6e3f02e01ade836f24068df9bd530067091152b0d468c3a86f40
|
checksum=5ee2163656a61f5703cb5c08a05c9471ffb7b640bfbe2c55194ea50d908f629b
|
||||||
|
|
||||||
libevdev-devel_package() {
|
libevdev-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
@@ -23,3 +23,10 @@ libevdev-devel_package() {
|
|||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
libevdev-tools_package() {
|
||||||
|
short_desc+=" - tools"
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user