diff options
author | Mike Westerhof <mwester@dls.net> | 2007-03-06 06:28:45 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2007-03-06 06:28:45 +0000 |
commit | 420319f18131384d640955342a42d7bdb35c922b (patch) | |
tree | cc3c862f043541002c95225ec6d00d2797ebf921 | |
parent | ce5e154d50a7291177742d705a4f035a02c41f76 (diff) |
ntfs-3g: added ntfs-3g, a user-space driver for reading and
writing to NTFS filesystems.
-rw-r--r-- | packages/ntfs-3g/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ntfs-3g/ntfs-3g_1.0.bb | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/ntfs-3g/.mtn2git_empty b/packages/ntfs-3g/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ntfs-3g/.mtn2git_empty diff --git a/packages/ntfs-3g/ntfs-3g_1.0.bb b/packages/ntfs-3g/ntfs-3g_1.0.bb new file mode 100644 index 0000000000..7d73b79ac9 --- /dev/null +++ b/packages/ntfs-3g/ntfs-3g_1.0.bb @@ -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" |