new package: add package 'ntfs-3g'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-23 02:31:44 +02:00
parent 30f372acd0
commit 6340bcf75e
4 changed files with 36 additions and 0 deletions

View File

@ -86,6 +86,9 @@ case "$2" in
[ "$UPOWER" = yes ] && $SCRIPTS/install upower
[ "$UPOWER" = yes ] && $SCRIPTS/install ConsoleKit
# NTFS 3G support
[ "$NTFS3G" = yes ] && $SCRIPTS/install ntfs-3g
# Remote support
[ "$REMOTE_SUPPORT" = yes ] && $SCRIPTS/install remote

20
packages/sysutils/ntfs-3g/build Executable file
View File

@ -0,0 +1,20 @@
#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build fuse
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-static \
--disable-dependency-tracking \
--with-fuse=external \
--disable-library \
--enable-posix-acls \
--disable-mtab \
make

View File

@ -0,0 +1,12 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install fuse
mkdir -p $INSTALL/bin
cp $PKG_BUILD/src/ntfs-3g $INSTALL/bin
mkdir -p $INSTALL/sbin
ln -sf /bin/ntfs-3g $INSTALL/sbin/mount.ntfs
ln -sf /bin/ntfs-3g $INSTALL/sbin/mount.ntfs-3g

View File

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