wok-next diff xf86-input-synaptics/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xf86-input-synaptics/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xf86-input-synaptics"
     1.7 +VERSION="1.9.1" # 2018-05-29
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Xorg input driver for touchpads"
    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-synaptics-driver"
    1.14 +REPOLOGY="xdrv:synaptics"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.18 +TARBALL_SHA1="07eeef716820105cae959bbc3aa103e2fcfd0084"
    1.19 +
    1.20 +BUILD_DEPENDS="util-macros xorg-server-dev xorgproto libevdev-dev libxi-dev \
    1.21 +libxtst-dev"
    1.22 +SPLIT="$PACKAGE-dev"
    1.23 +
    1.24 +DEPENDS_std="libevdev libx11 libxi libxtst"
    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-synaptics"
    1.36 +PROVIDE_dev="xorg-xf86-input-synaptics-dev"