mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
e2fsprogs: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b96e42a855
commit
757d73a75a
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build util-linux-ng
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
./configure --host=$TARGET_NAME \
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install util-linux-ng
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_BUILD/misc/mke2fs.conf $INSTALL/etc
|
||||
|
||||
|
14
packages/tools/e2fsprogs/meta
Normal file
14
packages/tools/e2fsprogs/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="e2fsprogs"
|
||||
PKG_VERSION="1.41.12"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://e2fsprogs.sourceforge.net/"
|
||||
PKG_URL="http://downloads.sourceforge.net/project/$PKG_NAME/$PKG_NAME/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="util-linux-ng"
|
||||
PKG_BUILD_DEPENDS="toolchain util-linux-ng"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="e2fsprogs: Utilities for use with the ext2 filesystem"
|
||||
PKG_LONGDESC="The filesystem utilities for the EXT2 filesystem, including e2fsck, mke2fs, dumpe2fs, fsck, and others."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/1.41.12/e2fsprogs-1.41.12.tar.gz
|
Loading…
x
Reference in New Issue
Block a user