wok-next view libevdev/receipt @ rev 20496

Packages with tag "Xfce": fix (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 14 17:14:32 2018 +0200 (2018-03-14)
parents f463de72afe3
children 0ec6086e21d6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libevdev"
4 VERSION="1.5.7"
5 CATEGORY="x-window"
6 SHORT_DESC="Common functions for Xorg input drivers"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/libevdev/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7driver.html#libevdev"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://www.freedesktop.org/software/libevdev/$TARBALL"
15 BUILD_DEPENDS="check-dev python" # doxygen
16 SPLIT="libevdev-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libevdev) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }