milis/talimatname/genel/g/grantlee/talimat

26 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: Django şablon sistemine dayanan ve Qt ile yazılmış bir dize şablonu altyapısı
# URL: http://www.gitorious.org/grantlee/pages/Home
# Paketçi: milisarge
# Gerekler: qt4
isim=grantlee
surum=0.5.1
devir=2
kaynak=(http://downloads.grantlee.org/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
sed -e 's|INCLUDE_INSTALL_DIR include|INCLUDE_INSTALL_DIR include/grantlee-qt4|' -i CMakeLists.txt
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS=OFF \
-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
..
make
make DESTDIR=$PKG install
}