mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libabigail: update to 1.3.
This commit is contained in:
parent
9c6b6e6503
commit
4990b8267d
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'libabigail'
|
# Template file for 'libabigail'
|
||||||
pkgname=libabigail
|
pkgname=libabigail
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake cpio dpkg libtool pkg-config python-Sphinx rpmextract"
|
hostmakedepends="automake cpio dpkg libtool pkg-config python3-Sphinx"
|
||||||
makedepends="elfutils-devel libxml2-devel"
|
makedepends="elfutils-devel libxml2-devel"
|
||||||
configure_args="--enable-cxx11=yes"
|
configure_args="--enable-cxx11=yes"
|
||||||
short_desc="ABI Generic Analysis and Instrumentation Library"
|
short_desc="ABI Generic Analysis and Instrumentation Library"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-3"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://www.sourceware.org/libabigail/"
|
homepage="https://www.sourceware.org/libabigail/"
|
||||||
distfiles="http://mirrors.kernel.org/sourceware/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://mirrors.kernel.org/sourceware/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=05c695a6e8fce3fe7e867a7dd2eba0b0464760bd731a5d74835c12478f36af0f
|
checksum=9caf1f75ba421d4e63d2fa0cf385b7cecaa4dc3ae6c17641b7f177da9f92c77b
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" musl-fts-devel"; LDFLAGS="-lfts" ;;
|
*-musl) makedepends+=" musl-fts-devel"; LDFLAGS="-lfts" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue