New package: libogre-1.90
This commit is contained in:
parent
6a6d034820
commit
c5cd57ed24
4 changed files with 58 additions and 0 deletions
|
@ -1540,3 +1540,11 @@ libgnc-qof.so.1 gnucash-2.6.2_2
|
||||||
libgnc-core-utils-python.so.0 gnucash-2.6.2_2
|
libgnc-core-utils-python.so.0 gnucash-2.6.2_2
|
||||||
libgnc-core-utils.so.0 gnucash-2.6.2_2
|
libgnc-core-utils.so.0 gnucash-2.6.2_2
|
||||||
libcppunit-1.12.so.1 libcppunit-1.12.1_1
|
libcppunit-1.12.so.1 libcppunit-1.12.1_1
|
||||||
|
libOgreMain.so.1.9.0 libogre-1.9.0_1
|
||||||
|
libOgrePaging.so.1.9.0 libogre-1.9.0_1
|
||||||
|
libOgreProperty.so.1.9.0 libogre-1.9.0_1
|
||||||
|
libOgreTerrain.so.1.9.0 libogre-1.9.0_1
|
||||||
|
libOgreRTShaderSystem.so.1.9.0 libogre-1.9.0_1
|
||||||
|
libOgreVolume.so.1.9.0 libogre-1.9.0_1
|
||||||
|
libOgreOverlay.so.1.9.0 libogre-1.9.0_1
|
||||||
|
|
||||||
|
|
1
srcpkgs/libogre-devel
Symbolic link
1
srcpkgs/libogre-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libogre
|
1
srcpkgs/libogre-docs
Symbolic link
1
srcpkgs/libogre-docs
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libogre
|
48
srcpkgs/libogre/template
Normal file
48
srcpkgs/libogre/template
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
# Template file for 'ogre'
|
||||||
|
pkgname=libogre
|
||||||
|
version=1.9.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
_hgrev=dd30349ea6670e3cd962d9d41a8039de3a3482d3
|
||||||
|
configure_args="-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DOGRE_INSTALL_PLUGINS_HEADERS=TRUE \
|
||||||
|
-DOGRE_INSTALL_SAMPLES=TRUE \
|
||||||
|
-DOGRE_INSTALL_DOCS=TRUE \
|
||||||
|
-DOGRE_INSTALL_MEDIA=TRUE \
|
||||||
|
-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release"
|
||||||
|
hostmakedepends="cmake pkg-config graphviz doxygen dejavu-fonts-ttf"
|
||||||
|
makedepends="boost-devel freetype-devel libXaw-devel libXrandr-devel
|
||||||
|
MesaLib-devel zziplib-devel libcppunit-devel glu-devel"
|
||||||
|
short_desc="scene-oriented, flexible 3D engine"
|
||||||
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
homepage="http://www.ogre3d.org"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="https://bitbucket.org/sinbad/ogre/get/${_hgrev}.tar.gz"
|
||||||
|
checksum=ead2baa807903b740e726ebf2f205ad2de9f9aacaeeae0a38fc3e29184f50f5d
|
||||||
|
wrksrc="sinbad-ogre-${_hgrev:0:12}"
|
||||||
|
make_build_target="all OgreDoc"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir /usr/share/doc
|
||||||
|
vcopy build/Docs /usr/share/doc/libogre
|
||||||
|
}
|
||||||
|
|
||||||
|
libogre-devel_package() {
|
||||||
|
depends="libogre>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
libogre-docs_package() {
|
||||||
|
depends="libogre>=${version}_${revision}"
|
||||||
|
short_desc+=" - documentation"
|
||||||
|
pkg_install() {
|
||||||
|
vmove /usr/share/doc/libogre
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue