projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move package description to a separate definition, remove it when DESCRIPTION=TITLE
[openwrt.git]
/
package
/
ntfs-3g
/
Makefile
diff --git
a/package/ntfs-3g/Makefile
b/package/ntfs-3g/Makefile
index
686c0e3
..
931aab4
100644
(file)
--- a/
package/ntfs-3g/Makefile
+++ b/
package/ntfs-3g/Makefile
@@
-9,12
+9,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ntfs-3g
include $(TOPDIR)/rules.mk
PKG_NAME:=ntfs-3g
-PKG_VERSION:=1.
0
-PKG_RELEASE:=
1
+PKG_VERSION:=1.
616
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://www.ntfs-3g.org/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://www.ntfs-3g.org/
-PKG_MD5SUM:=
873a8de662849d129fc7c475ad3f5447
+PKG_MD5SUM:=
fdb1c55f00263c962a52d0707a6d075e
PKG_BUILD_DEPENDS:=libfuse
PKG_BUILD_DEPENDS:=libfuse
@@
-25,14
+25,18
@@
define Package/ntfs-3g
DEPENDS:=+libfuse +fuse-utils
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=+libfuse +fuse-utils
SECTION:=utils
CATEGORY:=Utilities
- DESCRIPTION:=\
- Third generation Read/Write NTFS driver
URL:=http://www.ntfs-3g.org
endef
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 \
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
+ , \
+ ac_cv_path_LDCONFIG=""
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
@@
-62,6
+66,7
@@
define Package/ntfs-3g/install
endef
$(eval $(call BuildPackage,ntfs-3g))
endef
$(eval $(call BuildPackage,ntfs-3g))
+
$(eval $(call RequireCommand,pkg-config, \
$(PKG_NAME) requires pkg-config. \
))
$(eval $(call RequireCommand,pkg-config, \
$(PKG_NAME) requires pkg-config. \
))
This page took
0.026376 seconds
and
4
git commands to generate.