mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
ntfs-3g: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f002cb2c3e
commit
10b1241778
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build fuse
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install fuse
|
||||
|
||||
mkdir -p $INSTALL/bin
|
||||
cp $PKG_BUILD/src/ntfs-3g $INSTALL/bin
|
||||
|
||||
|
14
packages/sysutils/ntfs-3g/meta
Normal file
14
packages/sysutils/ntfs-3g/meta
Normal 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"
|
@ -1 +0,0 @@
|
||||
http://tuxera.com/opensource/ntfs-3g-2010.10.2.tgz
|
Loading…
x
Reference in New Issue
Block a user