wok-next diff libevdev-dev/receipt @ rev 19655
Up mtdev, yandex-disk; add libevdev, libinput.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 03 15:33:33 2017 +0200 (2017-03-03) |
parents | |
children | f463de72afe3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libevdev-dev/receipt Fri Mar 03 15:33:33 2017 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libevdev-dev" 1.7 +VERSION="1.5.4" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Common functions for Xorg input drivers (development files)" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="other" 1.12 +WEB_SITE="https://www.freedesktop.org/wiki/Software/libevdev/" 1.13 + 1.14 +WANTED="libevdev" 1.15 +DEPENDS="libevdev" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + cook_copy_files *.h *.la *.pc 1.21 +}