mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
fuse: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
fee6bec11e
commit
ce35f43205
@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -13,5 +13,5 @@ mkdir -p $INSTALL/bin
|
||||
cp $PKG_BUILD/util/ulockmgr_server $INSTALL/bin
|
||||
|
||||
mkdir -p $INSTALL/lib
|
||||
cp -PR $PKG_BUILD/lib/.libs/*.so* $INSTALL/lib
|
||||
cp -P $PKG_BUILD/lib/.libs/*.so* $INSTALL/lib
|
||||
|
||||
|
14
packages/sysutils/fuse/meta
Normal file
14
packages/sysutils/fuse/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="fuse"
|
||||
PKG_VERSION="2.8.5"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://sourceforge.net/projects/fuse/"
|
||||
PKG_URL="http://downloads.sourceforge.net/project/fuse/fuse-2.X/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="fuse: A simple user-space filesystem interface for Linux"
|
||||
PKG_LONGDESC="FUSE provides a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. FUSE also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://downloads.sourceforge.net/project/fuse/fuse-2.X/2.8.5/fuse-2.8.5.tar.gz
|
Loading…
x
Reference in New Issue
Block a user