libunwind: fix license, closes #3127.

This commit is contained in:
Christian Neukirchen 2015-12-07 12:03:35 +01:00
parent 1f0e971e32
commit 8e21d6b469

View file

@ -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 <xtraeme@voidlinux.eu>"
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}"