2 # Copyright (C) 2009 Sharim At Work, Ltd.
3 # Author: Xiangfu Liu <xiangfu@sharism.cc>
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
9 include $(TOPDIR)/rules.mk
14 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
15 PKG_SOURCE_URL:=http://launchpad.net/byobu/trunk/3.6/+download/
16 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
19 include $(INCLUDE_DIR)/package.mk
22 MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
25 TITLE:=a Japanese term for decorative, multi-panel screens that serve as folding room dividers
26 URL:=https://launchpad.net/byobu
29 define Package/byobu/description
30 Byobu is a Japanese term for decorative, multi-panel screens that serve
31 as folding room dividers. As an open source project, Byobu is an elegant
32 enhancement of the otherwise functional, plain, practical GNU Screen.
33 Byobu includes an enhanced profile and configuration utilities for the
34 GNU screen window manager, such as toggle-able system status notifications.
37 define Package/byobu/install
44 $(PKG_INSTALL_DIR)/usr/bin/* \
48 $(PKG_INSTALL_DIR)/usr/lib/byobu \
52 $(PKG_INSTALL_DIR)/usr/share/byobu \
56 $(eval $(call BuildPackage,byobu))