wok-next view xf86-input-mouse/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 source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-input-mouse"
4 VERSION="1.9.3" # 2018-06-19
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg mouse input driver"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 REPOLOGY="xdrv:mouse"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 TARBALL_SHA1="b3982998808ba43117fc066c4ecc94ce67c5818e"
16 BUILD_DEPENDS="util-macros xorg-server-dev"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="xorg-server" # implicit
20 DEPENDS_dev="$PACKAGE xorg-server-dev" # implicit
22 compile_rules() {
23 ./configure $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 TAGS="Xorg"
31 PROVIDE_std="xorg-xf86-input-mouse"
32 PROVIDE_dev="xorg-xf86-input-mouse-dev"