kumquat-buildroot/package/tslib/tslib.mk

19 lines
495 B
Makefile
Raw Normal View History

2007-08-12 13:34:03 +02:00
#############################################################
#
# tslib
2007-08-12 13:34:03 +02:00
#
#############################################################
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
2007-08-12 13:34:03 +02:00
TSLIB_CONF_OPT = \
--enable-shared \
--prefix=/usr \
--sysconfdir=/etc
2007-08-12 13:34:03 +02:00
$(eval $(call AUTOTARGETS,package,tslib))