mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
autotools: rework dependencies
Signed-off-by: stephan <stephan@openelec.tv>
This commit is contained in:
parent
e7675482c9
commit
439c7f856a
@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="http://sources.redhat.com/autoconf/"
|
PKG_SITE="http://sources.redhat.com/autoconf/"
|
||||||
PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME.tar.bz2"
|
PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME.tar.bz2"
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS="ccache m4 libtool-host"
|
PKG_BUILD_DEPENDS="ccache m4"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="toolchain/devel"
|
PKG_SECTION="toolchain/devel"
|
||||||
PKG_SHORTDESC="autoconf: A GNU tool for automatically configuring source code"
|
PKG_SHORTDESC="autoconf: A GNU tool for automatically configuring source code"
|
||||||
|
@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="http://sources.redhat.com/autoconf/"
|
PKG_SITE="http://sources.redhat.com/autoconf/"
|
||||||
PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS="ccache m4 gettext libtool-host"
|
PKG_BUILD_DEPENDS="ccache m4 gettext"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="toolchain/devel"
|
PKG_SECTION="toolchain/devel"
|
||||||
PKG_SHORTDESC="autoconf: A GNU tool for automatically configuring source code"
|
PKG_SHORTDESC="autoconf: A GNU tool for automatically configuring source code"
|
||||||
|
@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="http://www.gnu.org/software/libtool/libtool.html"
|
PKG_SITE="http://www.gnu.org/software/libtool/libtool.html"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS="ccache"
|
PKG_BUILD_DEPENDS="ccache autoconf"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="toolchain/devel"
|
PKG_SECTION="toolchain/devel"
|
||||||
PKG_SHORTDESC="libtool: Generic library support script"
|
PKG_SHORTDESC="libtool: Generic library support script"
|
||||||
|
@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="http://www.openelec.tv"
|
PKG_SITE="http://www.openelec.tv"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS="ccache autoconf automake intltool autoconf-archive"
|
PKG_BUILD_DEPENDS="ccache autoconf automake libtool-host intltool autoconf-archive"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="toolchain/devel"
|
PKG_SECTION="toolchain/devel"
|
||||||
PKG_SHORTDESC="autotools: Metapackage"
|
PKG_SHORTDESC="autotools: Metapackage"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user