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

Up cookutils (901)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 12 16:19:41 2017 +0300 (2017-05-12)
parents
children f463de72afe3
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@19655 17 cook_copy_files *.h *.la *.pc
al@19655 18 }