summaryrefslogtreecommitdiffstats
path: root/kde/grantlee/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-27 12:28:26 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-27 12:28:26 +0100
commit3d9e3c7833e17f4f2f3f57ca808bf8a001654891 (patch)
treeef2089981253665ebacf8d3b5058ffe27a298afb /kde/grantlee/Pkgfile
parent000d0996fc1ff477e25f66f1ac0f928cf94554b6 (diff)
parenta2f6f016c9a7e0c2a2970bed1334e3f4587f2064 (diff)
downloadnutyx-extra-3d9e3c7833e17f4f2f3f57ca808bf8a001654891.tar.gz
nutyx-extra-3d9e3c7833e17f4f2f3f57ca808bf8a001654891.tar.bz2
nutyx-extra-3d9e3c7833e17f4f2f3f57ca808bf8a001654891.tar.xz
nutyx-extra-3d9e3c7833e17f4f2f3f57ca808bf8a001654891.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'kde/grantlee/Pkgfile')
-rwxr-xr-xkde/grantlee/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/kde/grantlee/Pkgfile b/kde/grantlee/Pkgfile
new file mode 100755
index 000000000..eb9db5597
--- /dev/null
+++ b/kde/grantlee/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Un moteur de template basé sur le système de template Django et écrit en Qt
+# URL: http://www.gitorious.org/grantlee/pages/Home
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: qt,cmake
+# Run on: qt
+
+name=grantlee
+version=0.1.8
+release=1
+source=(http://downloads.grantlee.org/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=OFF
+ make
+ make DESTDIR=$PKG install
+}