2008-03-06 19:09:12 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# fltk
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
|
|
|
FLTK_VERSION = 1.1.7
|
|
|
|
FLTK_SOURCE = fltk-$(FLTK_VERSION)-source.tar.bz2
|
|
|
|
FLTK_SITE = http://ftp.easysw.com/pub/fltk/1.1.7/
|
|
|
|
FLTK_INSTALL_STAGING = YES
|
2008-03-20 17:54:51 +01:00
|
|
|
FLTK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) STRIP=$(TARGET_STRIP) install
|
|
|
|
FLTK_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) STRIP=$(TARGET_STRIP) install
|
2011-05-30 23:57:03 +02:00
|
|
|
FLTK_CONF_OPT = --enable-threads --with-x
|
2009-11-30 11:00:28 +01:00
|
|
|
FLTK_DEPENDENCIES = xserver_xorg-server xlib_libXt
|
2008-03-06 19:09:12 +01:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|