vp-build/srcpkgs/libepoxy/template

33 lines
885 B
Bash

# Template file for 'libepoxy'
pkgname=libepoxy
version=1.5.2
revision=1
build_style=meson
hostmakedepends="pkg-config python xorg-util-macros"
makedepends="MesaLib-devel"
short_desc="Library for handling OpenGL function pointer management for you"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://github.com/anholt/libepoxy"
#changelog="https://github.com/anholt/libepoxy/releases"
distfiles="https://github.com/anholt/libepoxy/archive/${version}.tar.gz"
checksum=1ffc3ffe0567f986ff5731d4ef3a3765e0a4f9d642fffdae303362567eecd689
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" -Dhas-dlvsym=false" ;;
esac
post_install() {
vlicense COPYING
}
libepoxy-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}