mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
22
package/nanocom/nanocom.mk
Normal file
22
package/nanocom/nanocom.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# nanocom
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NANOCOM_VERSION = 1.0
|
||||
NANOCOM_SOURCE = nanocom.tar.gz
|
||||
NANOCOM_SITE = http://downloads.sourceforge.net/project/nanocom/nanocom/v$(NANOCOM_VERSION)
|
||||
NANOCOM_STRIP_COMPONENTS = 0
|
||||
NANOCOM_LICENSE = GPL-2.0+
|
||||
NANOCOM_LICENSE_FILES = COPYING
|
||||
|
||||
define NANOCOM_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" -C $(@D)
|
||||
endef
|
||||
|
||||
define NANOCOM_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/nanocom $(TARGET_DIR)/usr/bin/nanocom
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user