Revert "toolchain: switch to pkgconf"

This reverts commit f2f5c320d8619bb36ddd04980430e0521cb00e87.
This commit is contained in:
Stephan Raue 2014-08-23 18:51:07 +02:00
parent 199625997d
commit 1b50e6f9b0
2 changed files with 13 additions and 14 deletions

View File

@ -16,28 +16,27 @@
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="pkgconf"
PKG_VERSION="0.9.6"
PKG_NAME="pkg-config"
PKG_VERSION="0.28"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/pkgconf/pkgconf"
PKG_URL="https://github.com/pkgconf/pkgconf/archive/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="ccache:host gettext:host automake:host"
PKG_SITE="http://www.freedesktop.org/software/pkgconfig/"
PKG_URL="http://pkgconfig.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="ccache:host gettext:host"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="pkgconf: compiler and linker configuration for development frameworks"
PKG_LONGDESC="pkgconf provides compiler and linker configuration for development frameworks"
PKG_SOURCE_DIR="${PKG_NAME}-${PKG_NAME}-${PKG_VERSION}"
PKG_SHORTDESC="pkg-config: A library configuration management system"
PKG_LONGDESC="pkg-config is a system for managing library compile/link flags that works with automake and autoconf. It replaces the ubiquitous *-config scripts you may have seen with a single tool."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
pre_configure_host() {
sh autogen.sh
}
PKG_CONFIGURE_OPTS_HOST="--disable-silent-rules \
--with-internal-glib --disable-dtrace \
--with-gnu-ld"
post_makeinstall_host() {
ln -sf pkgconf $ROOT/$TOOLCHAIN/bin/pkg-config
mkdir -p $SYSROOT_PREFIX/usr/share/aclocal
cp ../pkg.m4 $SYSROOT_PREFIX/usr/share/aclocal
}

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS_TARGET="make:host xz:host sed:host pkgconf:host autoconf:host automake:host libtool:host intltool:host autoconf-archive:host gcc:host bison:host flex:host cmake:host scons:host yasm:host nasm:host"
PKG_DEPENDS_TARGET="make:host xz:host sed:host pkg-config:host autoconf:host automake:host libtool:host intltool:host autoconf-archive:host gcc:host bison:host flex:host cmake:host scons:host yasm:host nasm:host"
PKG_PRIORITY="optional"
PKG_SECTION="virtual"
PKG_SHORTDESC="toolchain: OpenELEC.tv' toolchain"