6ae6417af3
Add a hash file since the release tarball has been uploaded from the maintainer. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
508 B
Makefile
17 lines
508 B
Makefile
################################################################################
|
|
#
|
|
# tslib
|
|
#
|
|
################################################################################
|
|
|
|
TSLIB_VERSION = 1.1
|
|
TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION)/
|
|
TSLIB_LICENSE = GPL, LGPL
|
|
TSLIB_LICENSE_FILES = COPYING
|
|
|
|
TSLIB_AUTORECONF = YES
|
|
TSLIB_INSTALL_STAGING = YES
|
|
TSLIB_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
|
|
|
|
$(eval $(autotools-package))
|