mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 04:26:19 +00:00
21 lines
743 B
Makefile
21 lines
743 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libmpeg2"
|
|
PKG_VERSION="0.5.1"
|
|
PKG_SHA256="dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="http://libmpeg2.sourceforge.net/"
|
|
PKG_URL="http://libmpeg2.sourceforge.net/files/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_HOST="toolchain:host"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="The MPEG Library is a collection of C routines to decode MPEG-1 and MPEG-2 movies."
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-sdl \
|
|
--without-x"
|
|
|
|
post_makeinstall_target() {
|
|
rm -rf ${INSTALL}/usr/bin
|
|
}
|