autotools: convert to new package format

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-09 23:20:04 +01:00
parent f86cead32b
commit cc79c29171

View File

@ -23,13 +23,13 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv" PKG_SITE="http://www.openelec.tv"
PKG_URL="" PKG_URL=""
PKG_DEPENDS="" PKG_DEPENDS_HOST=""
PKG_BUILD_DEPENDS="ccache:host autoconf automake libtool:host intltool autoconf-archive:host" PKG_BUILD_DEPENDS_HOST="ccache:host autoconf automake libtool:host intltool autoconf-archive:host"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel" PKG_SECTION="virtual"
PKG_SHORTDESC="autotools: Metapackage" PKG_SHORTDESC="autotools: Metapackage"
PKG_LONGDESC="" PKG_LONGDESC=""
PKG_IS_ADDON="no"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no" PKG_AUTORECONF="no"