wok-next view libevdev/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
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 }