0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-02-28 23:51:22 +00:00
Ian Leonard 78440702f1 devel: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:48 +00:00

21 lines
760 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
PKG_NAME="autoconf"
PKG_VERSION="2.69"
PKG_SHA256="64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684"
PKG_LICENSE="GPL"
PKG_SITE="http://sources.redhat.com/autoconf/"
PKG_URL="http://ftpmirror.gnu.org/autoconf/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_HOST="ccache:host m4:host gettext:host"
PKG_LONGDESC="A GNU tool for automatically configuring source code."
PKG_CONFIGURE_OPTS_HOST="EMACS=no \
ac_cv_path_M4=${TOOLCHAIN}/bin/m4 \
ac_cv_prog_gnu_m4_gnu=no \
--target=${TARGET_NAME}"
post_makeinstall_host() {
make prefix=${SYSROOT_PREFIX}/usr install
}