# SliTaz package receipt.

PACKAGE="libinput-dev"
VERSION="1.16.4"
CATEGORY="development"
SHORT_DESC="Library that handles input devices for display servers - development files."
MAINTAINER="maintainer@slitaz.org"
LICENSE="MIT"
WEB_SITE="https://www.freedesktop.org/wiki/Software/libinput/"
WANTED="libinput"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    cp -a $install/usr/include $fs/usr
}