New package: libepoxy-1.2.

This commit is contained in:
Juan RP 2014-07-17 17:59:14 +02:00
parent cfe8b080ea
commit 3a5373950e
3 changed files with 32 additions and 0 deletions

View File

@ -1677,3 +1677,4 @@ libframe.so.6 frame-2.5.0_1
libgrail.so.6 grail-3.1.0_1
libgeis.so.1 geis-2.2.16_1
libndp.so.0 libndp-1.3_1
libepoxy.so.0 libepoxy-1.2_1

1
srcpkgs/libepoxy-devel Symbolic link
View File

@ -0,0 +1 @@
libepoxy

30
srcpkgs/libepoxy/template Normal file
View File

@ -0,0 +1,30 @@
# 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@gmail.com>"
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
}
}