31 lines
813 B
Bash
31 lines
813 B
Bash
# Template file for 'libepoxy'
|
|
pkgname=libepoxy
|
|
version=1.4.3
|
|
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/${version}.tar.gz"
|
|
checksum=7f18518ba0036f7670f837a510bb25be4b3e7fba97d75193b24f7220de55b515
|
|
|
|
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
|
|
}
|
|
}
|