From cc46f26139f9482ef45b6923ead969f590cfdcc3 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 27 Jan 2011 12:12:52 +0100 Subject: grantlee, ajout port 0.1.8-1 --- kde/grantlee/.footprint | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ kde/grantlee/.md5sum | 1 + kde/grantlee/Pkgfile | 22 +++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 kde/grantlee/.footprint create mode 100644 kde/grantlee/.md5sum create mode 100755 kde/grantlee/Pkgfile (limited to 'kde') diff --git a/kde/grantlee/.footprint b/kde/grantlee/.footprint new file mode 100644 index 000000000..cd55bbdb3 --- /dev/null +++ b/kde/grantlee/.footprint @@ -0,0 +1,52 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/grantlee/ +-rw-r--r-- root/root usr/include/grantlee/abstractlocalizer.h +-rw-r--r-- root/root usr/include/grantlee/abstractmarkupbuilder.h +-rw-r--r-- root/root usr/include/grantlee/bbcodebuilder.h +-rw-r--r-- root/root usr/include/grantlee/cachingloaderdecorator.h +-rw-r--r-- root/root usr/include/grantlee/containeraccessor.h +-rw-r--r-- root/root usr/include/grantlee/context.h +-rw-r--r-- root/root usr/include/grantlee/engine.h +-rw-r--r-- root/root usr/include/grantlee/exception.h +-rw-r--r-- root/root usr/include/grantlee/filter.h +-rw-r--r-- root/root usr/include/grantlee/filterexpression.h +-rw-r--r-- root/root usr/include/grantlee/grantlee_core_export.h +-rw-r--r-- root/root usr/include/grantlee/grantlee_gui_export.h +-rw-r--r-- root/root usr/include/grantlee/grantlee_version.h +-rw-r--r-- root/root usr/include/grantlee/markupdirector.h +-rw-r--r-- root/root usr/include/grantlee/mediawikimarkupbuilder.h +-rw-r--r-- root/root usr/include/grantlee/metatype.h +-rw-r--r-- root/root usr/include/grantlee/node.h +-rw-r--r-- root/root usr/include/grantlee/outputstream.h +-rw-r--r-- root/root usr/include/grantlee/parser.h +-rw-r--r-- root/root usr/include/grantlee/plaintextmarkupbuilder.h +-rw-r--r-- root/root usr/include/grantlee/qtlocalizer.h +-rw-r--r-- root/root usr/include/grantlee/rendercontext.h +-rw-r--r-- root/root usr/include/grantlee/safestring.h +-rw-r--r-- root/root usr/include/grantlee/taglibraryinterface.h +-rw-r--r-- root/root usr/include/grantlee/template.h +-rw-r--r-- root/root usr/include/grantlee/templateloader.h +-rw-r--r-- root/root usr/include/grantlee/texthtmlbuilder.h +-rw-r--r-- root/root usr/include/grantlee/token.h +-rw-r--r-- root/root usr/include/grantlee/typeaccessor.h +-rw-r--r-- root/root usr/include/grantlee/util.h +-rw-r--r-- root/root usr/include/grantlee/variable.h +-rw-r--r-- root/root usr/include/grantlee_core.h +-rw-r--r-- root/root usr/include/grantlee_templates.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/grantlee/ +drwxr-xr-x root/root usr/lib/grantlee/0.1/ +-rw-r--r-- root/root usr/lib/grantlee/0.1/GrantleeUse.cmake +-rwxr-xr-x root/root usr/lib/grantlee/0.1/grantlee_defaultfilters.so +-rwxr-xr-x root/root usr/lib/grantlee/0.1/grantlee_defaulttags.so +-rwxr-xr-x root/root usr/lib/grantlee/0.1/grantlee_i18ntags.so +-rwxr-xr-x root/root usr/lib/grantlee/0.1/grantlee_loadertags.so +-rw-r--r-- root/root usr/lib/grantlee/GrantleeConfig.cmake +-rw-r--r-- root/root usr/lib/grantlee/GrantleeConfigVersion.cmake +lrwxrwxrwx root/root usr/lib/libgrantlee_core.so -> libgrantlee_core.so.0 +lrwxrwxrwx root/root usr/lib/libgrantlee_core.so.0 -> libgrantlee_core.so.0.1.8 +-rwxr-xr-x root/root usr/lib/libgrantlee_core.so.0.1.8 +lrwxrwxrwx root/root usr/lib/libgrantlee_gui.so -> libgrantlee_gui.so.0 +lrwxrwxrwx root/root usr/lib/libgrantlee_gui.so.0 -> libgrantlee_gui.so.0.1.8 +-rwxr-xr-x root/root usr/lib/libgrantlee_gui.so.0.1.8 diff --git a/kde/grantlee/.md5sum b/kde/grantlee/.md5sum new file mode 100644 index 000000000..6fef958b3 --- /dev/null +++ b/kde/grantlee/.md5sum @@ -0,0 +1 @@ +67c24d9eb6be66997ac5d0803bde06de grantlee-0.1.8.tar.gz 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 +} -- cgit v1.2.3-54-g00ecf