wok-next view libevdev/receipt @ rev 20376

Down palemoon (27.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Nov 26 09:27:42 2017 +0100 (2017-11-26)
parents 5fee56f64672
children 0e7893ac206d
line source
1 # SliTaz package receipt.
3 PACKAGE="libevdev"
4 VERSION="1.5.4"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://www.freedesktop.org/software/libevdev/$TARBALL"
14 BUILD_DEPENDS="check-dev doxygen python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 copy bin/ *.so*
29 }