浏览代码

update to latest upstream

Waldemar Brodkorb 15 年之前
父节点
当前提交
0931c287c9
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      package/ntfs-3g/Makefile

+ 7 - 7
package/ntfs-3g/Makefile

@@ -4,14 +4,14 @@
 include ${TOPDIR}/rules.mk
 include ${TOPDIR}/rules.mk
 
 
 PKG_NAME=		ntfs-3g
 PKG_NAME=		ntfs-3g
-PKG_VERSION=		2009.4.4
+PKG_VERSION=		2010.1.16
 PKG_RELEASE=		1
 PKG_RELEASE=		1
-PKG_MD5SUM=		e0b5c170f088a8d82968f0a6b34d31da
+PKG_MD5SUM=		e104c914e8d7d29ee83e63d46afbba25
 PKG_DESCR:=		ntfs filesystem driver with read and write support
 PKG_DESCR:=		ntfs filesystem driver with read and write support
 PKG_SECTION:=		sys
 PKG_SECTION:=		sys
 PKG_DEPENDS:=		kmod-fuse-fs
 PKG_DEPENDS:=		kmod-fuse-fs
-PKG_URL:=		http://www.ntfs-3g.org
+PKG_URL:=		http://tuxera.com
-PKG_SITES=		http://www.ntfs-3g.org/
+PKG_SITES=		http://tuxera.com/opensource/
 
 
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tgz
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tgz
 
 
@@ -26,8 +26,8 @@ BUILD_STYLE=		auto
 INSTALL_STYLE=		auto
 INSTALL_STYLE=		auto
 
 
 post-install:
 post-install:
-	${INSTALL_DIR} ${IDIR_NTFS_3G}/{bin,sbin}
+	${INSTALL_DIR} ${IDIR_NTFS_3G}/bin
-	${CP} ${WRKINST}/bin/ntfs-3g ${IDIR_NTFS_3G}/bin
+	${INSTALL_BIN} ${WRKINST}/bin/ntfs-3g ${IDIR_NTFS_3G}/bin
-	${CP} ${WRKINST}/sbin/mount.ntfs-3g ${IDIR_NTFS_3G}/sbin
+	cd ${WRKINST}/bin && ln -sf ntfs-3g mount.ntfs-3g
 
 
 include ${TOPDIR}/mk/pkg-bottom.mk
 include ${TOPDIR}/mk/pkg-bottom.mk