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