mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
libabigail: update to 1.0.
This commit is contained in:
parent
e7bb398c95
commit
2554bf2a69
1 changed files with 10 additions and 5 deletions
|
@ -1,21 +1,26 @@
|
|||
# Template file for 'libabigail'
|
||||
pkgname=libabigail
|
||||
version=1.0.rc6
|
||||
version=1.0
|
||||
revision=1
|
||||
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"
|
||||
configure_args="--enable-cxx11=yes"
|
||||
short_desc="ABI Generic Analysis and Instrumentation Library"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="LGPL-3"
|
||||
homepage="https://www.sourceware.org/libabigail/"
|
||||
distfiles="http://mirrors.kernel.org/sourceware/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=e2eeb64d349514ed1efbd1447aca323cc141050cb8c7761eead89cbe7d0a9c6e
|
||||
checksum=b0562a53d803a75cf9131b6c49d5db65d1ffd83ae80cdcdbdf989d5e1efb06bf
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" musl-fts-devel" ;;
|
||||
*-musl) makedepends+=" musl-fts-devel" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
autoreconf -fi
|
||||
}
|
||||
post_build() {
|
||||
make -C doc/manuals man info
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue