wok-next diff xf86-input-evdev/receipt @ rev 21279

updated gimp (2.10.2 -> 2.10.14)
author Hans-G?nter Theisgen
date Sat Dec 07 17:09:51 2019 +0100 (2019-12-07)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xf86-input-evdev/receipt	Sat Dec 07 17:09:51 2019 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xf86-input-evdev"
     1.7 +VERSION="2.10.6" # 2018-05-29
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Generic Linux input driver"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://www.x.org/wiki/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-evdev-driver"
    1.14 +REPOLOGY="xdrv:evdev"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.18 +TARBALL_SHA1="660de292d5a40e2b8f385965c6a4e149c981ba59"
    1.19 +
    1.20 +BUILD_DEPENDS="util-macros xorg-server-dev xorgproto eudev-dev libevdev-dev \
    1.21 +mtdev-dev"
    1.22 +SPLIT="$PACKAGE-dev"
    1.23 +
    1.24 +DEPENDS_std="eudev libevdev mtdev"
    1.25 +
    1.26 +compile_rules() {
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28 +	fix libtool &&
    1.29 +	make &&
    1.30 +	make install
    1.31 +}
    1.32 +
    1.33 +TAGS="Xorg"
    1.34 +
    1.35 +PROVIDE_std="xorg-xf86-input-evdev"
    1.36 +PROVIDE_dev="xorg-xf86-input-evdev-dev"