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

Some receipts v2: apr, apr-util, aspell, at-spi2-core, at-spi2-atk, atk, atkmm, cairomm, colord, glibmm, libsigc++, libxslt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 26 16:40:11 2017 +0300 (2017-05-26)
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 }