8a0e39330d
Added license hash and all hashes provided by upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
687 B
Makefile
16 lines
687 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-input-mouse
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_INPUT_MOUSE_VERSION = 1.9.3
|
|
XDRIVER_XF86_INPUT_MOUSE_SOURCE = xf86-input-mouse-$(XDRIVER_XF86_INPUT_MOUSE_VERSION).tar.bz2
|
|
XDRIVER_XF86_INPUT_MOUSE_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
|
XDRIVER_XF86_INPUT_MOUSE_LICENSE = MIT
|
|
XDRIVER_XF86_INPUT_MOUSE_LICENSE_FILES = COPYING
|
|
XDRIVER_XF86_INPUT_MOUSE_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto
|
|
XDRIVER_XF86_INPUT_MOUSE_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|