glfw.paketlendi

This commit is contained in:
milisarge 2017-06-19 09:15:20 +03:00
parent 1eb4fca06e
commit 6f4b4f13a5
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: çoğulortam için OpenGL, OpenGL ES, Vulkan kütüphanesi
# URL: http://www.glfw.org
# Packager: milisarge
# Depends on: xorg cmake
name=glfw
version=3.2.1
release=1
source=(https://github.com/$name/$name/archive/$version.tar.gz)
build() {
cd $name-$version
mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=on
make
make DESTDIR=$PKG install
}