void-packages/srcpkgs/libepoxy/template

31 lines
812 B
Bash

# Template file for 'libepoxy'
pkgname=libepoxy
version=1.2
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config python xorg-util-macros"
makedepends="libX11-devel 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"
distfiles="https://github.com/anholt/libepoxy/archive/v${version}.tar.gz"
checksum=42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6
pre_configure() {
autoreconf -fi
}
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
}
}