milis/talimatname/genel/g/grantlee-qt5/talimat

21 lines
503 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: Django şablon sistemine dayanan ve Qt5'te yazılan bir dize şablonu altyapısı.
# URL: https://www.gitorious.org/grantlee/pages/Home
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: qt5 cmake doxygen
# Grup: sistem
isim=grantlee-qt5
surum=5.1.0
devir=1
kaynak=(http://downloads.grantlee.org/grantlee-$surum.tar.gz)
derle() {
cd grantlee-$surum
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS=OFF
make
make DESTDIR=$PKG install
}