X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bdc8154f12b299ff5402bcb391c8739b359a3b8c..fe3c9ea431cb017dd2a291e755c451c0ea22ccc9:/package/ntfs-3g/Makefile diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile index f883a2948..931aab47a 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. \ ))