autoconf-2.64: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-19 06:16:15 +01:00
parent efb3ba7ae6
commit 89003c5313
3 changed files with 22 additions and 11 deletions

View File

@ -2,12 +2,10 @@
. config/options $1
$SCRIPTS/build m4
$SCRIPTS/build libtool-host
setup_toolchain host
cd $BUILD/$1
cd $BUILD/$PKG_NAME
EMACS="no" \
ac_cv_path_M4=$ROOT/$TOOLCHAIN/bin/m4 \
ac_cv_prog_gnu_m4_gnu=no \
@ -19,16 +17,16 @@ ac_cv_prog_gnu_m4_gnu=no \
make install \
prefix=$ROOT/$TOOLCHAIN \
pkgdatadir=$ROOT/$TOOLCHAIN/share/autoconf-2.64 \
pkgdatadir=$ROOT/$TOOLCHAIN/lib/autoconf-2.64 \
pkgdatadir=$ROOT/$TOOLCHAIN/include/autoconf-2.64 \
pkgdatadir=$ROOT/$TOOLCHAIN/share/$PKG_NAME \
pkgdatadir=$ROOT/$TOOLCHAIN/lib/$PKG_NAME \
pkgdatadir=$ROOT/$TOOLCHAIN/include/$PKG_NAME \
install
make clean
make install \
prefix=$SYSROOT_PREFIX/usr \
pkgdatadir=$SYSROOT_PREFIX/usr/share/autoconf-2.64 \
pkgdatadir=$SYSROOT_PREFIX/usr/lib/autoconf-2.64 \
pkgdatadir=$SYSROOT_PREFIX/usr/include/autoconf-2.64 \
pkgdatadir=$SYSROOT_PREFIX/usr/share/$PKG_NAME \
pkgdatadir=$SYSROOT_PREFIX/usr/lib/$PKG_NAME \
pkgdatadir=$SYSROOT_PREFIX/usr/include/$PKG_NAME \
install

View File

@ -0,0 +1,14 @@
PKG_NAME="autoconf-2.64"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://sources.redhat.com/autoconf/"
PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache m4 libtool-host"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="autoconf: A GNU tool for automatically configuring source code"
PKG_LONGDESC="Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of m4 macro calls."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://ftp.gnu.org/gnu/autoconf/autoconf-2.64.tar.bz2