Added the empty package
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
adebe9df0f
commit
a4ee7179e6
@ -468,6 +468,7 @@ endmenu
|
||||
endmenu
|
||||
|
||||
menu "Miscellaneous"
|
||||
source "package/empty/Config.in"
|
||||
source "package/shared-mime-info/Config.in"
|
||||
endmenu
|
||||
|
||||
|
6
package/empty/Config.in
Normal file
6
package/empty/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_EMPTY
|
||||
bool "empty"
|
||||
help
|
||||
Run processes and applications under pseudo-terminal (PTY) sessions.
|
||||
|
||||
http://empty.sourceforge.net/
|
18
package/empty/empty.mk
Normal file
18
package/empty/empty.mk
Normal file
@ -0,0 +1,18 @@
|
||||
#############################################################
|
||||
#
|
||||
# empty
|
||||
#
|
||||
#############################################################
|
||||
EMPTY_VERSION = 0.6.18b
|
||||
EMPTY_SOURCE = empty-$(EMPTY_VERSION).tgz
|
||||
EMPTY_SITE = http://downloads.sourceforge.net/project/empty/empty/empty-$(EMPTY_VERSION)
|
||||
|
||||
define EMPTY_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
|
||||
endef
|
||||
|
||||
define EMPTY_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/empty $(TARGET_DIR)/usr/bin/empty
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
Loading…
Reference in New Issue
Block a user