libabigail: update to 1.3.

This commit is contained in:
Leah Neukirchen 2018-05-19 16:58:23 +02:00
parent 9c6b6e6503
commit 4990b8267d
1 changed files with 4 additions and 4 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'libabigail'
pkgname=libabigail
version=1.2
version=1.3
revision=1
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"
configure_args="--enable-cxx11=yes"
short_desc="ABI Generic Analysis and Instrumentation Library"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-3"
license="LGPL-3.0-or-later"
homepage="https://www.sourceware.org/libabigail/"
distfiles="http://mirrors.kernel.org/sourceware/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=05c695a6e8fce3fe7e867a7dd2eba0b0464760bd731a5d74835c12478f36af0f
checksum=9caf1f75ba421d4e63d2fa0cf385b7cecaa4dc3ae6c17641b7f177da9f92c77b
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" musl-fts-devel"; LDFLAGS="-lfts" ;;