milis/talimatname/genel/c/csfml/talimat

31 lines
649 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: sfml C kütüphanesi
# URL: https://www.sfml-dev.org/download/csfml/
# Paketçi: milisarge
# Gerekler: sfml
name=csfml
version=2.4
release=1
source=(https://www.sfml-dev.org/files/CSFML-$version-sources.zip)
derle() {
cd CSFML-$version
#sed -e 's|cmake/Config.cmake|cmake/Modules/FindSFML.cmake|' -i CMakeLists.txt
install -d build
cd build
CMAKE_MODULE_PATH="/usr/share/SFML/cmake/Modules"
cmake .. \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DSFML_BUILD_DOC=0
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/CSFML/{license,readme}.txt
rmdir $PKG/usr/share/CSFML
rmdir $PKG/usr/share
}