intltool: update to intltool-0.50.2

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-03 19:01:08 +01:00
parent a7c651aac5
commit dd16adcd22
2 changed files with 2 additions and 3 deletions

View File

@ -29,9 +29,8 @@ cd $PKG_BUILD
./configure --host=$HOST_NAME \ ./configure --host=$HOST_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \ --prefix=$ROOT/$TOOLCHAIN \
--disable-nls
make install make install
mkdir -p $SYSROOT_PREFIX/usr/share/aclocal mkdir -p $SYSROOT_PREFIX/usr/share/aclocal
cp intltool.m4 $SYSROOT_PREFIX/usr/share/aclocal cp intltool.m4 $SYSROOT_PREFIX/usr/share/aclocal

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="intltool" PKG_NAME="intltool"
PKG_VERSION="0.50.1" PKG_VERSION="0.50.2"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"