[arch-commits] Commit in (5 files)

Andrea Scarpino andrea at archlinux.org
Wed Aug 25 15:27:26 UTC 2010


    Date: Wednesday, August 25, 2010 @ 11:27:26
  Author: andrea
Revision: 88882

new kdepim 4.5 dependence

Added:
  grantlee/
  grantlee/kde-unstable/
  grantlee/kde-unstable/PKGBUILD
  grantlee/repos/
  grantlee/trunk/

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: grantlee/kde-unstable/PKGBUILD
===================================================================
--- grantlee/kde-unstable/PKGBUILD	                        (rev 0)
+++ grantlee/kde-unstable/PKGBUILD	2010-08-25 15:27:26 UTC (rev 88882)
@@ -0,0 +1,29 @@
+# $Id $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=grantlee
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="A string template engine based on the Django template system and written in Qt"
+arch=('i686' 'x86_64')
+url="http://www.gitorious.org/grantlee/pages/Home"
+license=('LGPL3')
+depends=('qt')
+makedepends=('cmake')
+source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz")
+md5sums=('87f2c5f1f76355c51d2ae1e458a24797')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+} 




More information about the arch-commits mailing list