mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
elfutils: update to 0.189.
This commit is contained in:
parent
22ed2e7e34
commit
8cbab89bd2
1 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'elfutils'
|
# Template file for 'elfutils'
|
||||||
pkgname=elfutils
|
pkgname=elfutils
|
||||||
version=0.187
|
version=0.189
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--program-prefix=eu-"
|
configure_args="--program-prefix=eu-"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="pkg-config m4"
|
||||||
_devel_depends="bzip2-devel liblzma-devel zlib-devel libzstd-devel"
|
_devel_depends="bzip2-devel liblzma-devel zlib-devel libzstd-devel"
|
||||||
makedepends="${_devel_depends} libcurl-devel libarchive-devel sqlite-devel
|
makedepends="${_devel_depends} libcurl-devel libarchive-devel sqlite-devel
|
||||||
libmicrohttpd-devel"
|
libmicrohttpd-devel"
|
||||||
|
@ -13,8 +13,9 @@ short_desc="Utilities to handle ELF object files"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://sourceware.org/elfutils/"
|
homepage="https://sourceware.org/elfutils/"
|
||||||
|
changelog="https://sourceware.org/git/?p=elfutils.git;a=blob_plain;f=NEWS;hb=HEAD"
|
||||||
distfiles="https://sourceware.org/pub/elfutils/${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://sourceware.org/pub/elfutils/${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=e70b0dfbe610f90c4d1fe0d71af142a4e25c3c4ef9ebab8d2d72b65159d454c8
|
checksum=39bd8f1a338e2b7cd4abc3ff11a0eddc6e690f69578a57478d8179b4148708c8
|
||||||
# subpackages require explicit ordering
|
# subpackages require explicit ordering
|
||||||
subpackages="debuginfod libdebuginfod libelf elfutils-devel"
|
subpackages="debuginfod libdebuginfod libelf elfutils-devel"
|
||||||
CFLAGS="-Wno-error=deprecated-declarations" # curl 7.55+
|
CFLAGS="-Wno-error=deprecated-declarations" # curl 7.55+
|
||||||
|
@ -55,8 +56,8 @@ debuginfod_package() {
|
||||||
short_desc+=" - debuginfod programs"
|
short_desc+=" - debuginfod programs"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/bin/debuginfod*"
|
vmove "usr/bin/debuginfod*"
|
||||||
vmove "usr/share/man/man1/debuginfod-find.1"
|
vmove usr/share/man/man1/debuginfod-find.1
|
||||||
vmove "usr/share/man/man8/debuginfod.8"
|
vmove usr/share/man/man8/debuginfod.8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue