17 lines
617 B
Bash
17 lines
617 B
Bash
TERMUX_PKG_HOMEPAGE=https://wayland.freedesktop.org/
|
|
TERMUX_PKG_DESCRIPTION="Wayland protocols library"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.25
|
|
TERMUX_PKG_REVISION=6
|
|
TERMUX_PKG_SRCURL=https://wayland.freedesktop.org/releases/wayland-protocols-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=f1ff0f7199d0a0da337217dd8c99979967808dc37731a1e759e822b75b571460
|
|
TERMUX_PKG_DEPENDS="libandroid-support"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-Dtests=false
|
|
"
|
|
|
|
termux_step_post_make_install() {
|
|
mv ${TERMUX_PREFIX}/share/pkgconfig/wayland-protocols.pc ${TERMUX_PREFIX}/lib/pkgconfig/
|
|
}
|