diff --git a/common/shlibs b/common/shlibs index 2f1a086299..06de3e9940 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libgltf-devel b/srcpkgs/libgltf-devel new file mode 120000 index 0000000000..862368fece --- /dev/null +++ b/srcpkgs/libgltf-devel @@ -0,0 +1 @@ +libgltf \ No newline at end of file diff --git a/srcpkgs/libgltf/template b/srcpkgs/libgltf/template new file mode 100644 index 0000000000..a5f76aeee0 --- /dev/null +++ b/srcpkgs/libgltf/template @@ -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 " +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" + } +}