2011-08-03 19:23:01 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# FLUXBOX
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
2012-01-23 10:09:10 +01:00
|
|
|
FLUXBOX_VERSION = 1.3.2
|
2011-08-03 19:23:01 +02:00
|
|
|
FLUXBOX_SOURCE = fluxbox-$(FLUXBOX_VERSION).tar.bz2
|
|
|
|
FLUXBOX_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fluxbox/
|
|
|
|
|
|
|
|
FLUXBOX_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \
|
|
|
|
--x-libraries=$(STAGING_DIR)/usr/lib
|
|
|
|
|
|
|
|
FLUXBOX_DEPENDENCIES = xlib_libX11 $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
|
|
|
|
2011-10-10 11:21:58 +02:00
|
|
|
define FLUXBOX_INSTALL_XSESSION_FILE
|
|
|
|
[ -f $(TARGET_DIR)/root/.xsession ] || $(INSTALL) -m 0755 -D \
|
|
|
|
package/fluxbox/xsession $(TARGET_DIR)/root/.xsession
|
|
|
|
endef
|
|
|
|
|
|
|
|
FLUXBOX_POST_INSTALL_TARGET_HOOKS += FLUXBOX_INSTALL_XSESSION_FILE
|
|
|
|
|
2011-09-29 21:57:43 +02:00
|
|
|
$(eval $(call AUTOTARGETS))
|