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 \
endef
$(eval $(call BuildPackage,ntfs-3g))
+
$(eval $(call RequireCommand,pkg-config, \
$(PKG_NAME) requires pkg-config. \
))