intltool: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:10:51 +01:00
parent 495d3791e1
commit 82d54ab63e
2 changed files with 6 additions and 1 deletions

View File

@ -12,3 +12,6 @@ cd $PKG_BUILD
--disable-nls
make install
mkdir -p $SYSROOT_PREFIX/usr/share/aclocal
cp intltool.m4 $SYSROOT_PREFIX/usr/share/aclocal

View File

@ -6,9 +6,11 @@ PKG_LICENSE="GPL"
PKG_SITE="http://www.gnome.org"
PKG_URL="http://ftp.gnome.org/pub/GNOME/sources/intltool/0.40/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache"
PKG_BUILD_DEPENDS="ccache gettext"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="intltool: Gnome international tools"
PKG_LONGDESC="The Gnome international tools help to handle translation strings from various source files (.xml.in, .glade, .desktop.in, .server.in, .oaf.in)."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"