wok-next view libevdev/receipt @ rev 20042

pigz, pxe-kexec: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 20:53:07 2017 +0200 (2017-10-22)
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 }