mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
intltool: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
495d3791e1
commit
82d54ab63e
@ -12,3 +12,6 @@ cd $PKG_BUILD
|
|||||||
--disable-nls
|
--disable-nls
|
||||||
|
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
mkdir -p $SYSROOT_PREFIX/usr/share/aclocal
|
||||||
|
cp intltool.m4 $SYSROOT_PREFIX/usr/share/aclocal
|
@ -6,9 +6,11 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="http://www.gnome.org"
|
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_URL="http://ftp.gnome.org/pub/GNOME/sources/intltool/0.40/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS="ccache"
|
PKG_BUILD_DEPENDS="ccache gettext"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="toolchain/devel"
|
PKG_SECTION="toolchain/devel"
|
||||||
PKG_SHORTDESC="intltool: Gnome international tools"
|
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_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_IS_ADDON="no"
|
||||||
|
|
||||||
|
PKG_AUTORECONF="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user