f3a2c8a724
The old url fallback to http://www.pengutronix.de/software/ptxdist/ instead of http://www.pengutronix.de/software/xf86-input-tslib/download/ breaking the download. To avoid such problems in the future, we also add a hash file to this package. [Thomas: add hash file.] Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
20 lines
672 B
Makefile
20 lines
672 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-input-tslib
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_INPUT_TSLIB_VERSION = 0.0.6
|
|
XDRIVER_XF86_INPUT_TSLIB_SOURCE = xf86-input-tslib-$(XDRIVER_XF86_INPUT_TSLIB_VERSION).tar.bz2
|
|
XDRIVER_XF86_INPUT_TSLIB_SITE = http://www.pengutronix.de/software/xf86-input-tslib/download
|
|
XDRIVER_XF86_INPUT_TSLIB_LICENSE = MIT
|
|
XDRIVER_XF86_INPUT_TSLIB_LICENSE_FILES = COPYING
|
|
XDRIVER_XF86_INPUT_TSLIB_DEPENDENCIES = \
|
|
xproto_inputproto \
|
|
xserver_xorg-server \
|
|
xproto_randrproto \
|
|
xproto_xproto \
|
|
tslib
|
|
|
|
$(eval $(autotools-package))
|