• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/fluxbox/fluxbox.mk
Vicente Olivert RieraVicente Olivert Riera committed 7d13007db6306 Jan 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# fluxbox
4
#
5
################################################################################
6
​
7
FLUXBOX_VERSION = 1.3.6
8
FLUXBOX_SOURCE = fluxbox-$(FLUXBOX_VERSION).tar.bz2
9
FLUXBOX_SITE = http://downloads.sourceforge.net/project/fluxbox/fluxbox/$(FLUXBOX_VERSION)
10
FLUXBOX_LICENSE = MIT
11
FLUXBOX_LICENSE_FILES = COPYING
12
​
13
FLUXBOX_CONF_OPTS = --x-includes=$(STAGING_DIR)/usr/include/X11 \
14
           --x-libraries=$(STAGING_DIR)/usr/lib
15
FLUXBOX_DEPENDENCIES = xlib_libX11 $(if $(BR2_PACKAGE_LIBICONV),libiconv)
16
​
17
ifeq ($(BR2_PACKAGE_IMLIB2_X),y)
18
FLUXBOX_CONF_OPTS += --enable-imlib2 --with-imlib2-prefix=$(STAGING_DIR)/usr
19
FLUXBOX_DEPENDENCIES += imlib2
20
else
21
FLUXBOX_CONF_OPTS += --disable-imlib2
22
endif
23
​
24
define FLUXBOX_INSTALL_XSESSION_FILE
25
    $(INSTALL) -m 0755 -D package/fluxbox/xsession \
26
        $(TARGET_DIR)/root/.xsession
27
endef
28
​
29
FLUXBOX_POST_INSTALL_TARGET_HOOKS += FLUXBOX_INSTALL_XSESSION_FILE
30
​
31
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.