SECTION:=utils
CATEGORY:=Base system
TITLE:=Foxboard base tools
- DESCRIPTION:=\
- This package contains a collection of tools for configuring the foxboard gpio pins/leds
URL:=http://www.acmesystems.it
- DEPENDS:=@TARGET_ETRAX
+ DEPENDS:=@TARGET_etrax
+endef
+
+define Package/foxboard-utils/description
+ This package contains a collection of tools for configuring the foxboard
+ gpio pins/leds.
endef
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) CFLAGS=$(TARTGET_CFLAGS) CC=$(TARGET_CC)
+ $(MAKE) -C $(PKG_BUILD_DIR) CFLAGS="$(TARGET_CFLAGS)" CC="$(TARGET_CC)"
$(MAKE) -C $(PKG_BUILD_DIR) PREFIX="$(PKG_INSTALL_DIR)" install
endef