wok-next annotate libevdev/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents f48456621a9d
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@19655 2
al@19655 3 PACKAGE="libevdev"
al@21072 4 VERSION="1.6.0"
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@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#libevdev"
al@19655 11
al@19655 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19655 13 WGET_URL="http://www.freedesktop.org/software/libevdev/$TARBALL"
al@21072 14 TARBALL_SHA1="ef584a500833fe737bacb89350f93314b07f1c42"
al@19655 15
al@20443 16 BUILD_DEPENDS="check-dev python" # doxygen
al@21017 17 SPLIT="$PACKAGE-dev"
al@19655 18
al@20443 19 compile_rules() {
al@19655 20 ./configure \
al@19655 21 --disable-static \
al@19655 22 $CONFIGURE_ARGS &&
al@20575 23 fix libtool &&
al@20575 24 make &&
al@20575 25 make install
al@19655 26 }