milis/talimatname/genel/grantlee-qt5/talimat

21 lines
514 B
Plaintext
Raw Normal View History

2016-07-22 20:37:08 +02:00
# Description : A string template engine based on the Django template system and written in Qt5.
2016-02-24 01:27:23 +01:00
# URL : https://www.gitorious.org/grantlee/pages/Home
2016-07-22 16:37:18 +02:00
# Packager : alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on : qt5 cmake doxygen
name=grantlee-qt5
version=5.0.0
release=1
source=(http://downloads.grantlee.org/grantlee-$version.tar.gz)
build() {
2016-07-22 16:37:18 +02:00
cd grantlee-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS=OFF
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
}