added blackbox window manager

This commit is contained in:
John Voltz 2008-03-06 17:55:26 +00:00
parent ce5699aaea
commit 4284f53edd
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,11 @@
config BR2_PACKAGE_BLACKBOX
bool "blackbox"
default n
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
help
Blackbox is a fast, lightweight window manager for the X Window System.
http://blackboxwm.sourceforge.net/
comment "blackbox - disabled (requires Xorg(7))"
depends !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)

View File

@ -0,0 +1,15 @@
--- a/configure 2005-11-03 03:27:16.000000000 -0500
+++ b/configure 2008-02-02 23:25:25.000000000 -0500
@@ -1980,12 +1980,6 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
test "x$prefix" = "xNONE" && prefix="$ac_default_prefix"
-CPPFLAGS="$CPPFLAGS -I$prefix/include"
-LDFLAGS="$LDFLAGS -L$prefix/lib"
-if test "x$prefix" != "x/usr/local"; then
- CPPFLAGS="$CPPFLAGS -I/usr/local/include"
- LDFLAGS="$LDFLAGS -L/usr/local/lib"
-fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'

View File

@ -0,0 +1,23 @@
#############################################################
#
# blackbox
#
#############################################################
BLACKBOX_VERSION = 0.70.1
BLACKBOX_SOURCE = blackbox-$(BLACKBOX_VERSION).tar.bz2
BLACKBOX_SITE = http://superb-west.dl.sourceforge.net/sourceforge/blackboxwm/
BLACKBOX_AUTORECONF = NO
BLACKBOX_INSTALL_STAGING = NO
BLACKBOX_INSTALL_TARGET = YES
BLACKBOX_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
BLACKBOX_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) --prefix=/usr \
--sysconfdir=/etc --x-includes=$(STAGING_DIR)/usr/include/X11 \
--x-libraries=$(STAGING_DIR)/usr/lib
BLACKBOX_DEPENDENCIES = uclibc $(XSERVER)
$(eval $(call AUTOTARGETS,package,blackbox))