New package: grantlee-0.3.0.
This commit is contained in:
parent
9c5e612776
commit
f4b35e2284
|
@ -1254,4 +1254,6 @@ libqzeitgeist.so.1 libqzeitgeist-0.8.0_1
|
|||
libphonon.so.4 phonon-4.6.0_1
|
||||
libphononexperimental.so.4 phonon-4.6.0_1
|
||||
libdbusmenu-qt.so.2 libdbusmenu-qt-0.9.2_1
|
||||
libgrantlee_gui.so.0 grantlee-0.3.0_1
|
||||
libgrantlee_core.so.0 grantlee-0.3.0_1
|
||||
libattica.so.0 attica-0.4.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
grantlee
|
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'grantlee'
|
||||
pkgname=grantlee
|
||||
version=0.3.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="qt-devel"
|
||||
short_desc="A string template engine based on the Django template system and written in Qt"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="http://www.gitorious.org/grantlee/pages/Home"
|
||||
distfiles="http://downloads.grantlee.org/${pkgname}-${version}.tar.gz"
|
||||
checksum=fb7ebcc9beb5f74077a5e2fb4e9893d280dd3346e7f5f58155f0dcc9a2e25f30
|
||||
|
||||
grantlee-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
||||
|
||||
grantlee_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue