e2fsprogs: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 16:43:31 +01:00
parent b96e42a855
commit 757d73a75a
4 changed files with 14 additions and 6 deletions

View File

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

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/install util-linux-ng
mkdir -p $INSTALL/etc
cp $PKG_BUILD/misc/mke2fs.conf $INSTALL/etc

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

View File

@ -1 +0,0 @@
http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/1.41.12/e2fsprogs-1.41.12.tar.gz