summaryrefslogtreecommitdiff
path: root/package/ntfs-3g
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
commitba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd (patch)
tree10c726d162bc0ded85eb7aeacf8f246bd39ad63a /package/ntfs-3g
parentbbd610f15a71b27c955175cb98392b114717fd47 (diff)
optimize ipkg package management
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
Diffstat (limited to 'package/ntfs-3g')
-rw-r--r--package/ntfs-3g/Config.in5
-rw-r--r--package/ntfs-3g/Makefile25
-rw-r--r--package/ntfs-3g/ipkg/kmod-fs-ntfs-3g.control4
3 files changed, 17 insertions, 17 deletions
diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in
index 6ea9cddd0..9d2fde2d1 100644
--- a/package/ntfs-3g/Config.in
+++ b/package/ntfs-3g/Config.in
@@ -1,6 +1,7 @@
-config ADK_PACKAGE_KMOD_FS_NTFS_3G
- prompt "kmod-fs-ntfs-3g................... Kernel driver for NTFS filesystem (rw)"
+config ADK_PACKAGE_NTFS_3G
+ prompt "ntfs-3g................... NTFS filesystem driver with read-write support"
tristate
+ select ADK_KPACKAGE_KMOD_FUSE_FS
default n
help
http://www.ntfs-3g.org
diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile
index 70e4900b9..492e4a6dd 100644
--- a/package/ntfs-3g/Makefile
+++ b/package/ntfs-3g/Makefile
@@ -5,18 +5,21 @@
include ${TOPDIR}/rules.mk
-PKG_NAME= kmod-fs-ntfs-3g
-PKG_VERSION= 2009.3.8
+PKG_NAME= ntfs-3g
+PKG_VERSION= 2009.4.4
PKG_RELEASE= 1
-PKG_MD5SUM= da67f4c651649f5a463af293c347c387
-PKG_MODULE= 1
-MASTER_SITES= http://www.ntfs-3g.org/
-DISTFILES= ntfs-3g-${PKG_VERSION}.tgz
-WRKDIST= ${WRKDIR}/ntfs-3g-${PKG_VERSION}
+PKG_MD5SUM= e0b5c170f088a8d82968f0a6b34d31da
+PKG_DESCR:= ntfs filesystem driver with read and write support
+PKG_SECTION:= sys
+PKG_DEPENDS:= kmod-fuse-fs
+PKG_URL:= http://www.ntfs-3g.org
+PKG_SITES= http://www.ntfs-3g.org/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,KMOD_FS_NTFS_3G,kmod-fs-ntfs-3g,${KERNEL_VERSION}-${DEVICE}-${PKG_RELEASE},kernel (${KERNEL_VERSION}-${DEVICE}-${KERNEL_RELEASE})))
+$(eval $(call PKG_template,NTFS_3G,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_ARGS+= --disable-ldconfig \
--disable-library
@@ -25,8 +28,8 @@ BUILD_STYLE= auto
INSTALL_STYLE= auto
post-install:
- ${INSTALL_DIR} ${IDIR_KMOD_FS_NTFS_3G}/{bin,sbin}
- ${CP} ${WRKINST}/bin/ntfs-3g ${IDIR_KMOD_FS_NTFS_3G}/bin
- ${CP} ${WRKINST}/sbin/mount.ntfs-3g ${IDIR_KMOD_FS_NTFS_3G}/sbin
+ ${INSTALL_DIR} ${IDIR_NTFS_3G}/{bin,sbin}
+ ${CP} ${WRKINST}/bin/ntfs-3g ${IDIR_NTFS_3G}/bin
+ ${CP} ${WRKINST}/sbin/mount.ntfs-3g ${IDIR_NTFS_3G}/sbin
include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/ntfs-3g/ipkg/kmod-fs-ntfs-3g.control b/package/ntfs-3g/ipkg/kmod-fs-ntfs-3g.control
deleted file mode 100644
index 3397e9382..000000000
--- a/package/ntfs-3g/ipkg/kmod-fs-ntfs-3g.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: kmod-fs-ntfs-3g
-Priority: optional
-Section: sys
-Description: ntfs filesystem driver with read and write support