Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# statserial
|
||||
#
|
||||
################################################################################
|
||||
|
||||
STATSERIAL_VERSION = 1.1
|
||||
STATSERIAL_SITE = http://www.ibiblio.org/pub/Linux/system/serial
|
||||
STATSERIAL_DEPENDENCIES = ncurses
|
||||
STATSERIAL_LICENSE = GPLv2+
|
||||
STATSERIAL_LICENSE_FILES = COPYING
|
||||
|
||||
define STATSERIAL_BUILD_CMDS
|
||||
$(MAKE) CC="$(TARGET_CC)" LD="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" -C $(@D)
|
||||
endef
|
||||
|
||||
define STATSERIAL_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/statserial $(TARGET_DIR)/usr/bin/statserial
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user