libabigail: update to 1.0.

This commit is contained in:
Leah Neukirchen 2017-11-23 13:37:22 +01:00
parent e7bb398c95
commit 2554bf2a69

View file

@ -1,21 +1,26 @@
# Template file for 'libabigail' # Template file for 'libabigail'
pkgname=libabigail pkgname=libabigail
version=1.0.rc6 version=1.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="dpkg pkg-config python-Sphinx rpmextract" hostmakedepends="automake cpio dpkg libtool pkg-config python-Sphinx rpmextract"
makedepends="elfutils-devel libxml2-devel" makedepends="elfutils-devel libxml2-devel"
configure_args="--enable-cxx11=yes"
short_desc="ABI Generic Analysis and Instrumentation Library" short_desc="ABI Generic Analysis and Instrumentation Library"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-3" license="LGPL-3"
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=e2eeb64d349514ed1efbd1447aca323cc141050cb8c7761eead89cbe7d0a9c6e checksum=b0562a53d803a75cf9131b6c49d5db65d1ffd83ae80cdcdbdf989d5e1efb06bf
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" musl-fts-devel" ;; *-musl) makedepends+=" musl-fts-devel" ;;
esac esac
pre_configure() {
libtoolize -f
autoreconf -fi
}
post_build() { post_build() {
make -C doc/manuals man info make -C doc/manuals man info
} }