4f10dfd73d
Change homepage because gitorious.org is moving to the Internet Archive. Also create a new package grantlee5, because newer versions (>5.0.0) link against Qt5.
23 lines
676 B
Bash
23 lines
676 B
Bash
# Template file for 'grantlee'
|
|
pkgname=grantlee
|
|
version=0.5.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="cmake"
|
|
makedepends="qt-devel"
|
|
short_desc="Qt4 string template engine based on the Django template system"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-3"
|
|
homepage="https://github.com/steveire/grantlee"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
checksum=7669a57c9a2bee24956b1daf6e63a10847172b4c46650345a9a5d14b2686e664
|
|
|
|
grantlee-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|