wok-next diff libevdev/receipt @ rev 19675

Update some build dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 24 12:53:44 2017 +0200 (2017-03-24)
parents
children f463de72afe3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libevdev/receipt	Fri Mar 24 12:53:44 2017 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libevdev"
     1.7 +VERSION="1.5.4"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Common functions for Xorg input drivers"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="other"
    1.12 +WEB_SITE="https://www.freedesktop.org/wiki/Software/libevdev/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="http://www.freedesktop.org/software/libevdev/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="check-dev doxygen python"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure \
    1.23 +		--disable-static \
    1.24 +		$CONFIGURE_ARGS &&
    1.25 +	make && make install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	cook_copy_folders bin
    1.32 +	cook_copy_files *.so*
    1.33 +}