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}"