wok-next view xf86-input-vmmouse/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-input-vmmouse"
4 VERSION="13.1.0" # 2015-06-25
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg input driver for VMware Mouse"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-vmmouse-driver"
11 REPOLOGY="xdrv:vmmouse"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 TARBALL_SHA1="c00fbf985b22a86901fa905a8037005bca96d805"
17 BUILD_DEPENDS="util-macros xorg-server-dev eudev-dev"
18 DEPENDS="xorg-server eudev"
20 compile_rules() {
21 ./configure \
22 --without-hal-fdi-dir \
23 --without-hal-callouts-dir \
24 --with-udev-rules-dir=/lib/udev/rules.d \
25 $CONFIGURE_ARGS &&
26 fix libtool &&
27 make &&
28 make install
29 }
31 TAGS="Xorg"
33 PROVIDE="xorg-xf86-input-vmmouse"