void-packages/srcpkgs/lxinput/template

29 lines
797 B
Plaintext

# Template file for 'lxinput'
pkgname=lxinput
version=0.3.2
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="gtk+-devel desktop-file-utils"
short_desc="LXDE Keyboad/Mouse configurator"
homepage="http://lxde.org/"
license="GPL2"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
checksum=481622f9f73c7d622a712df55d509a18805758ee002cbbc36efbd73bedd8205f
long_desc="
LXInput is a program to configure keyboard and mouse settings for LXDE.
Features:
* Delay and Interval for character repeat
* Enable/Disable beeps of keyboard input error
* Swap left and right mouse buttons
* Mouse acceleration and sensitivity"
lxinput_package() {
depends="desktop-file-utils"
pkg_install() {
vmove usr
}
}