New package: libgltf-0.0.2
This commit is contained in:
parent
38bce62cdb
commit
1af194541d
|
@ -1785,3 +1785,4 @@ libexttextcat-2.0.so.0 libexttextcat-3.4.3_1
|
|||
libledger.so.3 libledger-3.1_1
|
||||
libksba.so.8 libksba-1.3.1_1
|
||||
libpth.so.20 pth-2.0.7_1
|
||||
libgltf-0.0.so.0 libgltf-0.0.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libgltf
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'libgltf'
|
||||
pkgname=libgltf
|
||||
version=0.0.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="boost-devel glew-devel glu-devel glm"
|
||||
short_desc="C++ Library for rendering OpenGL models stored in glTF format"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="MPL"
|
||||
homepage="http://www.libreoffice.org"
|
||||
distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706f7206b
|
||||
|
||||
libgltf-devel_package() {
|
||||
depends="libgltf>=${version}_${revision} $makedepends"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.la"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue