ntfs-3g: added ntfs-3g, a user-space driver for reading and
authorMike Westerhof <mwester@dls.net>
Tue, 6 Mar 2007 06:28:45 +0000 (06:28 +0000)
committerMike Westerhof <mwester@dls.net>
Tue, 6 Mar 2007 06:28:45 +0000 (06:28 +0000)
writing to NTFS filesystems.

packages/ntfs-3g/.mtn2git_empty [new file with mode: 0644]
packages/ntfs-3g/ntfs-3g_1.0.bb [new file with mode: 0644]

diff --git a/packages/ntfs-3g/.mtn2git_empty b/packages/ntfs-3g/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ntfs-3g/ntfs-3g_1.0.bb b/packages/ntfs-3g/ntfs-3g_1.0.bb
new file mode 100644 (file)
index 0000000..7d73b79
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support."
+HOMEPAGE = "http://www.ntfs-3g.org/"
+LICENSE = "GPLv2"
+DEPENDS = "fuse"
+RDEPENDS = "fuse"
+PR = "r0"
+
+SRC_URI = http://www.ntfs-3g.org/ntfs-3g-${PV}.tgz
+
+inherit autotools
+
+EXTRA_OEMAKE = "LDCONFIG=echo"