From 8e21d6b469e419ff9228601f65943c7fe1fe774f Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 7 Dec 2015 12:03:35 +0100 Subject: [PATCH] libunwind: fix license, closes #3127. --- srcpkgs/libunwind/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libunwind/template b/srcpkgs/libunwind/template index 813606a1e22..5eed8d1d2eb 100644 --- a/srcpkgs/libunwind/template +++ b/srcpkgs/libunwind/template @@ -1,14 +1,14 @@ # Template file for 'libunwind'. pkgname=libunwind version=1.1 -revision=5 +revision=6 build_style=gnu-configure hostmakedepends="libtool automake" makedepends="liblzma-devel" short_desc="Portable and efficient C programming interface (API) to determine the call-chain of a program" maintainer="Juan RP " homepage="http://www.nongnu.org/libunwind/" -license="GPL-2" +license="MIT" distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$version.tar.gz" checksum=9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a @@ -18,6 +18,9 @@ pre_configure() { sed -i /SUBDIRS/s/tests// Makefile.am autoreconf -fi } +post_install() { + vlicense LICENSE +} libunwind-devel_package() { depends="${sourcepkg}>=${version}"