diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-07 08:34:51 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-07 08:34:51 +0000 |
commit | 34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a (patch) | |
tree | d03a529733bb0260835cc50a4592b3e9b3f62dde /package/ntfs-3g | |
parent | 3e2f44481fc0c353cc53c3a70b8a59d2ce0c6b60 (diff) | |
download | upstream-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.tar.gz upstream-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.tar.bz2 upstream-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.zip |
move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
Diffstat (limited to 'package/ntfs-3g')
-rw-r--r-- | package/ntfs-3g/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile index f883a2948a..931aab47af 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. \ )) |