New package: libepoxy-1.2.
This commit is contained in:
parent
cfe8b080ea
commit
3a5373950e
3 changed files with 32 additions and 0 deletions
|
@ -1677,3 +1677,4 @@ libframe.so.6 frame-2.5.0_1
|
||||||
libgrail.so.6 grail-3.1.0_1
|
libgrail.so.6 grail-3.1.0_1
|
||||||
libgeis.so.1 geis-2.2.16_1
|
libgeis.so.1 geis-2.2.16_1
|
||||||
libndp.so.0 libndp-1.3_1
|
libndp.so.0 libndp-1.3_1
|
||||||
|
libepoxy.so.0 libepoxy-1.2_1
|
||||||
|
|
1
srcpkgs/libepoxy-devel
Symbolic link
1
srcpkgs/libepoxy-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libepoxy
|
30
srcpkgs/libepoxy/template
Normal file
30
srcpkgs/libepoxy/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue