diff --git a/srcpkgs/graphite/template b/srcpkgs/graphite/template index ab61d89bd0a..bf4ca0e80cd 100644 --- a/srcpkgs/graphite/template +++ b/srcpkgs/graphite/template @@ -1,6 +1,6 @@ # Template file for 'graphite' pkgname=graphite -version=1.3.5 +version=1.3.7 revision=1 wrksrc="${pkgname}2-${version}" build_style=cmake @@ -12,7 +12,11 @@ maintainer="Juan RP " homepage="http://projects.palaso.org/projects/graphitedev" license="LGPL-2.1, GPL-2, BSD" distfiles="${SOURCEFORGE_SITE}/silgraphite/graphite2-${version}.tgz" -checksum=f4712626eda0a1804367133460770560b545bbe75b1c4aab480c9b8e4e1c64bd +checksum=4d5b7ad6ae137f0c57e4ab3da4e438b7922c6c6e083cc05a3a28bd8774235586 + +post_install() { + vlicense COPYING +} graphite-devel_package() { depends="${makedepends} ${sourcepkg}-${version}_${revision}"