milis/talimatname/genel/t/tgui/talimat

21 lines
502 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 için C++ Arayüzü
# URL: https://tgui.eu/
# Paketçi: milisarge
# Gerekler: cmake doxygen git sfml
# Grup: sistem
isim=tgui
surum=0.8.1
devir=1
kaynak=(https://github.com/texus/TGUI/archive/v0.8.1.tar.gz::TGUI-$surum.tar.gz)
derle() {
cd "TGUI-${surum}"
cmake -DCMAKE_INSTALL_PREFIX=/usr . \
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DTGUI_BUILD_DOC=0
make
make DESTDIR="$PKG/" install
install -Dm644 ./license.txt ${PKG}/usr/share/licenses/${isim}/LICENSE
}