wok view libevdev-dev/receipt @ rev 22543
Add gnubik (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 03 17:42:23 2020 +0100 (2020-01-03) |
parents | |
children | 3e62a2b10d0c |
line source
1 # SliTaz package receipt.
3 PACKAGE="libevdev-dev"
4 VERSION="1.8.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 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }