0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 04:31:30 +00:00
heitbaum 0191f449e8 util-macros: update to 1.19.3
update 1.19.2 (2018-03-05) to 1.19.3 (2021-01-24)
changelog: https://gitlab.freedesktop.org/xorg/util/macros/-/commits/master/
2021-01-30 06:44:34 +00:00

16 lines
516 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
PKG_NAME="util-macros"
PKG_VERSION="1.19.3"
PKG_SHA256="0f812e6e9d2786ba8f54b960ee563c0663ddbe2434bf24ff193f5feab1f31971"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://xorg.freedesktop.org/archive/individual/util/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="X.org autoconf utilities such as M4 macros."
post_makeinstall_target() {
rm -rf ${INSTALL}/usr
}