36f33bc00f
Due to missing official releases, fetch directly from GitHub repository. Many bugfixes since 1.0 and all previous patches in Buildroot are either applied or obsoleted. Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se> Acked-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
495 B
Makefile
19 lines
495 B
Makefile
#############################################################
|
|
#
|
|
# tslib
|
|
#
|
|
#############################################################
|
|
TSLIB_VERSION:=860d69ca
|
|
TSLIB_SITE:=git://github.com/kergoth/tslib.git
|
|
TSLIB_AUTORECONF = YES
|
|
TSLIB_INSTALL_STAGING = YES
|
|
TSLIB_INSTALL_TARGET = YES
|
|
TSLIB_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
|
|
|
|
TSLIB_CONF_OPT = \
|
|
--enable-shared \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc
|
|
|
|
$(eval $(call AUTOTARGETS,package,tslib))
|