mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 19:13:51 +02:00
libunwind: fix license, closes #3127.
This commit is contained in:
parent
1f0e971e32
commit
8e21d6b469
1 changed files with 5 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue