ntfs-3g: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 12:38:37 +01:00
parent f002cb2c3e
commit 10b1241778
4 changed files with 14 additions and 6 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build fuse
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/install fuse
mkdir -p $INSTALL/bin
cp $PKG_BUILD/src/ntfs-3g $INSTALL/bin

View File

@ -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"

View File

@ -1 +0,0 @@
http://tuxera.com/opensource/ntfs-3g-2010.10.2.tgz