grantlee-qt5.paketlendi
This commit is contained in:
parent
85816621fd
commit
b995935348
1 changed files with 6 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# Description : A string template engine based on the Django template system and written in Qt5
|
||||
# URL : https://www.gitorious.org/grantlee/pages/Home
|
||||
# Packager : pierre at nutyx dot org
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : qt5 cmake doxygen
|
||||
|
||||
name=grantlee-qt5
|
||||
|
@ -10,13 +10,11 @@ release=1
|
|||
source=(http://downloads.grantlee.org/grantlee-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
cmake ../grantlee-$version \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_TESTS=OFF
|
||||
cd grantlee-$version
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_TESTS=OFF
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue