summaryrefslogtreecommitdiffstats
path: root/package/tslib/tslib.mk
blob: 3f931492e8ddc1bd24797afb66068bbc3de649fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
################################################################################
#
# 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))
OpenPOWER on IntegriCloud