From 34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 7 Sep 2007 08:34:51 +0000 Subject: move package description to a separate definition, remove it when DESCRIPTION=TITLE SVN-Revision: 8659 --- package/foxboard-utils/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'package/foxboard-utils/Makefile') diff --git a/package/foxboard-utils/Makefile b/package/foxboard-utils/Makefile index fc63e0c231..465e5c6834 100644 --- a/package/foxboard-utils/Makefile +++ b/package/foxboard-utils/Makefile @@ -24,12 +24,15 @@ define Package/foxboard-utils 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 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) PREFIX="$(PKG_INSTALL_DIR)" install -- cgit v1.2.3