util-linux-ng: add meta file support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 14:48:42 +01:00
parent 86cc1ce254
commit ba8c8daac0
3 changed files with 14 additions and 3 deletions

View File

@ -2,8 +2,6 @@
. config/options $1 . config/options $1
$SCRIPTS/build toolchain
cd $PKG_BUILD cd $PKG_BUILD
gt_cv_func_gnugettext1_libintl=no \ gt_cv_func_gnugettext1_libintl=no \
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \

View File

@ -0,0 +1,14 @@
PKG_NAME="util-linux-ng"
PKG_VERSION="2.18"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://userweb.kernel.org/~kzak/util-linux-ng/"
PKG_URL="http://www.kernel.org/pub/linux/utils/util-linux-ng/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="util-linux: Miscellaneous system utilities for Linux"
PKG_LONGDESC="The util-linux package contains a large variety of low-level system utilities that are necessary for a Linux system to function. Among many features, Util-linux contains the fdisk configuration tool and the login program."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://www.kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2