wok-next annotate libevdev-dev/receipt @ rev 20214

xchat: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 05 08:49:55 2017 +0100 (2017-11-05)
parents 5fee56f64672
children
rev   line source
al@19655 1 # SliTaz package receipt.
al@19655 2
al@19655 3 PACKAGE="libevdev-dev"
al@19655 4 VERSION="1.5.4"
al@19655 5 CATEGORY="x-window"
al@19655 6 SHORT_DESC="Common functions for Xorg input drivers (development files)"
al@19655 7 MAINTAINER="al.bobylev@gmail.com"
al@19655 8 LICENSE="other"
al@19655 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/libevdev/"
al@19655 10
al@19655 11 WANTED="libevdev"
al@19655 12 DEPENDS="libevdev"
al@19655 13
al@19655 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19655 15 genpkg_rules()
al@19655 16 {
al@19783 17 copy *.h *.la *.pc
al@19655 18 }