mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 21:52:39 +00:00
18 lines
636 B
Bash
18 lines
636 B
Bash
TERMUX_PKG_HOMEPAGE=https://libmpeg2.sourceforge.io/
|
|
TERMUX_PKG_DESCRIPTION="MPEG-2 decoder libraries"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="0.5.1"
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL=https://download.videolan.org/contrib/libmpeg2/libmpeg2-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
|
|
# this package is not in x11-repo, so its X11 features should not
|
|
# be auto-enabled even if X11 libraries are detected in the $TERMUX_PREFIX.
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
no_x=yes
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -vfi
|
|
}
|