summaryrefslogtreecommitdiff
path: root/package/ntfs-3g
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/ntfs-3g
Initial import
Diffstat (limited to 'package/ntfs-3g')
-rw-r--r--package/ntfs-3g/Config.in6
-rw-r--r--package/ntfs-3g/Makefile32
-rw-r--r--package/ntfs-3g/ipkg/kmod-fs-ntfs-3g.control4
3 files changed, 42 insertions, 0 deletions
diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in
new file mode 100644
index 000000000..6ea9cddd0
--- /dev/null
+++ b/package/ntfs-3g/Config.in
@@ -0,0 +1,6 @@
+config ADK_PACKAGE_KMOD_FS_NTFS_3G
+ prompt "kmod-fs-ntfs-3g................... Kernel driver for NTFS filesystem (rw)"
+ tristate
+ default n
+ help
+ http://www.ntfs-3g.org
diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile
new file mode 100644
index 000000000..d180eef0a
--- /dev/null
+++ b/package/ntfs-3g/Makefile
@@ -0,0 +1,32 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME= kmod-fs-ntfs-3g
+PKG_VERSION= 2009.3.8
+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}
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,KMOD_FS_NTFS_3G,kmod-fs-ntfs-3g,${KERNEL_VERSION}-${DEVICE}-${PKG_RELEASE},${ARCH},kernel (${KERNEL_VERSION}-${DEVICE}-${KERNEL_RELEASE})))
+
+CONFIGURE_ARGS+= --disable-ldconfig \
+ --disable-library
+CONFIGURE_STYLE= gnu
+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
+
+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
new file mode 100644
index 000000000..3397e9382
--- /dev/null
+++ b/package/ntfs-3g/ipkg/kmod-fs-ntfs-3g.control
@@ -0,0 +1,4 @@
+Package: kmod-fs-ntfs-3g
+Priority: optional
+Section: sys
+Description: ntfs filesystem driver with read and write support