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/ntfs-3g/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'package/ntfs-3g') diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile index f883a29..931aab4 100644 --- a/package/ntfs-3g/Makefile +++ b/package/ntfs-3g/Makefile @@ -25,11 +25,13 @@ define Package/ntfs-3g DEPENDS:=+libfuse +fuse-utils SECTION:=utils CATEGORY:=Utilities - DESCRIPTION:=\ - Third generation Read/Write NTFS driver URL:=http://www.ntfs-3g.org endef +define Package/ntfs-3g/description + This package contains the third generation Read/Write NTFS driver +endef + CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ @@ -64,6 +66,7 @@ define Package/ntfs-3g/install endef $(eval $(call BuildPackage,ntfs-3g)) + $(eval $(call RequireCommand,pkg-config, \ $(PKG_NAME) requires pkg-config. \ )) -- cgit v1.1