/packages/sysutils/e2fsprogs/meta
http://github.com/OpenELEC/OpenELEC.tv · #! · 40 lines · 37 code · 3 blank · 0 comment · 0 complexity · 9713c5d0ef4e7e96da57c585b6f7ccb9 MD5 · raw file
- ################################################################################
- # This file is part of OpenELEC - http://www.openelec.tv
- # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv)
- #
- # This Program is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2, or (at your option)
- # any later version.
- #
- # This Program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with OpenELEC.tv; see the file COPYING. If not, write to
- # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- # http://www.gnu.org/copyleft/gpl.html
- ################################################################################
- PKG_NAME="e2fsprogs"
- PKG_VERSION="1.42"
- PKG_REV="1"
- PKG_ARCH="any"
- PKG_LICENSE="GPL"
- PKG_SITE="http://e2fsprogs.sourceforge.net/"
- PKG_URL="$SOURCEFORGE_SRC/$PKG_NAME/$PKG_NAME/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
- PKG_DEPENDS="util-linux"
- PKG_BUILD_DEPENDS="toolchain util-linux"
- 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"
- PKG_AUTORECONF="yes"
- if [ "$HFSTOOLS" = "yes" ]; then
- PKG_DEPENDS="$PKG_DEPENDS diskdev_cmds"
- fi