mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
libtool-host: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3fe94e9b63
commit
35e604b5c9
@ -8,8 +8,7 @@ setup_toolchain host
|
||||
|
||||
cd $BUILD/libtool*
|
||||
|
||||
mkdir -p .objdir-host
|
||||
cd .objdir-host
|
||||
mkdir -p .objdir-host && cd .objdir-host
|
||||
|
||||
../configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
14
packages/toolchain/devel/autotools/libtool-host/meta
Normal file
14
packages/toolchain/devel/autotools/libtool-host/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="libtool-host"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.gnu.org/software/libtool/libtool.html"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="ccache"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="toolchain/devel"
|
||||
PKG_SHORTDESC="libtool: Generic library support script"
|
||||
PKG_LONGDESC="This is GNU Libtool, a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface."
|
||||
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user