wok-next view libinput-dev/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="libinput-dev"
4 VERSION="1.4.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Library that handles input devices for display servers (development files)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/libinput/"
11 WANTED="libinput"
12 DEPENDS="libinput mtdev-dev eudev-dev libevdev-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files *.h *.la *.pc
18 }