From 10b124177898ca3df8243c0c7a5026b281e7bb22 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 14 Nov 2010 12:38:37 +0100 Subject: [PATCH] ntfs-3g: add metafile support, cleanups Signed-off-by: Stephan Raue --- packages/sysutils/ntfs-3g/build | 3 --- packages/sysutils/ntfs-3g/install | 2 -- packages/sysutils/ntfs-3g/meta | 14 ++++++++++++++ packages/sysutils/ntfs-3g/url | 1 - 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 packages/sysutils/ntfs-3g/meta delete mode 100644 packages/sysutils/ntfs-3g/url diff --git a/packages/sysutils/ntfs-3g/build b/packages/sysutils/ntfs-3g/build index bd83721d64..06c9b2d0e9 100755 --- a/packages/sysutils/ntfs-3g/build +++ b/packages/sysutils/ntfs-3g/build @@ -2,9 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build fuse - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/sysutils/ntfs-3g/install b/packages/sysutils/ntfs-3g/install index dd5465ccdb..f368cfec17 100755 --- a/packages/sysutils/ntfs-3g/install +++ b/packages/sysutils/ntfs-3g/install @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/install fuse - mkdir -p $INSTALL/bin cp $PKG_BUILD/src/ntfs-3g $INSTALL/bin diff --git a/packages/sysutils/ntfs-3g/meta b/packages/sysutils/ntfs-3g/meta new file mode 100644 index 0000000000..a4a54f3477 --- /dev/null +++ b/packages/sysutils/ntfs-3g/meta @@ -0,0 +1,14 @@ +PKG_NAME="ntfs-3g" +PKG_VERSION="2010.10.2" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.ntfs-3g.org/" +PKG_URL="http://tuxera.com/opensource/$PKG_NAME-$PKG_VERSION.tgz" +PKG_DEPENDS="fuse" +PKG_BUILD_DEPENDS="toolchain fuse" +PKG_PRIORITY="optional" +PKG_SECTION="system" +PKG_SHORTDESC="ntfs-3g: NTFS-3G Read/Write userspace driver" +PKG_LONGDESC="The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file systems." +PKG_IS_ADDON="no" diff --git a/packages/sysutils/ntfs-3g/url b/packages/sysutils/ntfs-3g/url deleted file mode 100644 index 7e2bce0a88..0000000000 --- a/packages/sysutils/ntfs-3g/url +++ /dev/null @@ -1 +0,0 @@ -http://tuxera.com/opensource/ntfs-3g-2010.10.2.tgz \ No newline at end of file