Move all to deprecated folder.
This commit is contained in:
16
deprecated/firmware/buildroot/package/tslib/tslib.mk
Normal file
16
deprecated/firmware/buildroot/package/tslib/tslib.mk
Normal file
@@ -0,0 +1,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))
|
||||
Reference in New Issue
Block a user