This commit is contained in:
milisbir 2018-03-08 09:28:15 +02:00
parent d375858aeb
commit 886f158971
2 changed files with 25 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Tanım: Sahne tabanlı, esnek 3D motor C ++ ile yazılmıştır
# URL: http://www.ogre3d.org
# Paketçi: Cihan_Alkan
# Gerekler: boost cmake doxygen graphviz ttf-dejavu xorg-mesa mercurial python swig tinyxml sdl2
# Gerekler: boost cmake doxygen graphviz dejavu-ttf xorg-mesa mercurial python swig tinyxml sdl2
# Grup: geliştirme

View File

@ -0,0 +1,24 @@
# Tanım: Açık Kaynaklı, yüksek performanslı gerçek zamanlı grafik araç seti
# URL: http://www.openscenegraph.org
# Paketçi: Cihan_Alkan
# Gerekler: giflib jasper librsvg xine-lib pth cmake libvncserver qt5 ffmpeg xorg-mesa
# Grup: kütüphane
isim=openscenegraph
surum=3.4.1
devir=1
kaynak=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-$surum.tar.gz)
derle() {
cd OpenSceneGraph-OpenSceneGraph-$surum
[ $NOEXTRACT -eq 1 ] || cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR="$PKG" install
install -D -m644 LICENSE.txt "$PKG/usr/share/licenses/$isim/LICENSE"
[ -d "$PKG/usr/lib64" ] && mv "$PKG/usr/lib64" "$PKG/usr/lib" || true
}