wok-current view libevdev-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (5 months ago)
parents 2a2477f51c27
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libevdev-dev"
4 VERSION="1.12.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Common functions for Xorg input drivers - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/libevdev/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#libevdev"
12 WANTED="libevdev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
19 # Ensure remove .la files
20 find $fs -name "*.la" -delete
21 }