From 605482d2de5262b01440e1572fa79c95aadc3fb9 Mon Sep 17 00:00:00 2001 From: milisbir Date: Sat, 5 Aug 2017 20:13:43 +0300 Subject: [PATCH] urho3d.paketlendi --- talimatname/genel/urho3d/talimat | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 talimatname/genel/urho3d/talimat diff --git a/talimatname/genel/urho3d/talimat b/talimatname/genel/urho3d/talimat new file mode 100644 index 000000000..0ae3bc27c --- /dev/null +++ b/talimatname/genel/urho3d/talimat @@ -0,0 +1,23 @@ +# Description: c++ kullanan hafif 2D ve 3D oyun makinesi +# URL: http://www.rhythmbox.org +# Packager: yasarciv67@gmail.com +# Depends on: cmake xorg-libx11 xorg-glu xorg-libxrandr + +name=urho3d +version=1.6 +release=1 + +source=(https://github.com/urho3d/Urho3D/archive/1.6.tar.gz::Urho3D-1.6.tar.gz) + +build() { + cd Urho3D-1.6 + mkdir -p "$SRC/Urho3D-$version/build" + cd "$SRC/Urho3D-$version/build" + cmake "$SRC/Urho3D-$version/" -DCMAKE_INSTALL_PREFIX="/usr" -DURHO3D_USE_LIB_DEB=1 -DURHO3D_SAMPLES=1 + make + cd "$SRC/Urho3D-$version/build" + make DESTDIR="$PKG/" install + cd "$PKG/usr/bin" + mv "./Editor.sh" "./urho3d-editor.sh" + rm lua luac +}