wok-next annotate libevdev/receipt @ rev 20236

linux-cloop: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 10:18:18 2017 +0100 (2017-11-06)
parents 5fee56f64672
children 0e7893ac206d
rev   line source
al@19655 1 # SliTaz package receipt.
al@19655 2
al@19655 3 PACKAGE="libevdev"
al@19655 4 VERSION="1.5.4"
al@19655 5 CATEGORY="x-window"
al@19655 6 SHORT_DESC="Common functions for Xorg input drivers"
al@19655 7 MAINTAINER="al.bobylev@gmail.com"
al@19655 8 LICENSE="other"
al@19655 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/libevdev/"
al@19655 10
al@19655 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19655 12 WGET_URL="http://www.freedesktop.org/software/libevdev/$TARBALL"
al@19655 13
al@19655 14 BUILD_DEPENDS="check-dev doxygen python"
al@19655 15
al@19655 16 # Rules to configure and make the package.
al@19655 17 compile_rules()
al@19655 18 {
al@19655 19 ./configure \
al@19655 20 --disable-static \
al@19655 21 $CONFIGURE_ARGS &&
al@19655 22 make && make install
al@19655 23 }
al@19655 24
al@19655 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19655 26 genpkg_rules()
al@19655 27 {
al@19783 28 copy bin/ *.so*
al@19655 29 }