From 090f478a957b428710c4f37e4078d06bb44eaa1d Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 15 Mar 2016 15:15:01 +0100 Subject: [PATCH] libCello: update to 2.0.3. --- srcpkgs/libCello/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libCello/template b/srcpkgs/libCello/template index 64750fb6818..3ecb4ed87d1 100644 --- a/srcpkgs/libCello/template +++ b/srcpkgs/libCello/template @@ -1,13 +1,13 @@ # Template file for 'libcello' pkgname=libCello -version=1.1.7 -revision=3 +version=2.0.3 +revision=1 short_desc="Higher level programming in C" maintainer="Juan RP " homepage="http://www.libcello.org/" license="BSD" distfiles="http://$pkgname.org/static/$pkgname-$version.tar.gz" -checksum=2273fe8257109c2dd19054beecd83ddcc780ec565a1ad02721e24efa74082908 +checksum=2ebe995f0175c8397f41a32751e60d1b4907eddae7c1442c67d484a16d1c6b99 post_configure() { # There is no include in musl libc @@ -21,3 +21,6 @@ do_build() { do_install() { make PREFIX=${DESTDIR}/usr install } +post_install() { + vlicense LICENSE.md LICENSE +}