mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +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'.
|
# Template file for 'libunwind'.
|
||||||
pkgname=libunwind
|
pkgname=libunwind
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libtool automake"
|
hostmakedepends="libtool automake"
|
||||||
makedepends="liblzma-devel"
|
makedepends="liblzma-devel"
|
||||||
short_desc="Portable and efficient C programming interface (API) to determine the call-chain of a program"
|
short_desc="Portable and efficient C programming interface (API) to determine the call-chain of a program"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.nongnu.org/libunwind/"
|
homepage="http://www.nongnu.org/libunwind/"
|
||||||
license="GPL-2"
|
license="MIT"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a
|
checksum=9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a
|
||||||
|
|
||||||
|
@ -18,6 +18,9 @@ pre_configure() {
|
||||||
sed -i /SUBDIRS/s/tests// Makefile.am
|
sed -i /SUBDIRS/s/tests// Makefile.am
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
libunwind-devel_package() {
|
libunwind-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue