mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
elfutils: update to 0.156.
This commit is contained in:
parent
519d27f3ea
commit
e873a8a82f
1 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'elfutils'
|
# Template file for 'elfutils'
|
||||||
pkgname=elfutils
|
pkgname=elfutils
|
||||||
version=0.155
|
version=0.156
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--program-prefix=eu-"
|
configure_args="--program-prefix=eu-"
|
||||||
makedepends="liblzma-devel"
|
makedepends="liblzma-devel"
|
||||||
|
@ -10,12 +10,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://fedorahosted.org/elfutils/"
|
homepage="https://fedorahosted.org/elfutils/"
|
||||||
distfiles="https://fedorahosted.org/releases/e/l/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://fedorahosted.org/releases/e/l/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=68444a4526416ffd68852ec3c6a40ceddcca46538297322405319884c5d30ed8
|
checksum=d2f54dd17a270ca947f831b083a6cde06e8b4fbb230cf87d23afa1530d20a4c2
|
||||||
|
|
||||||
libelf_package() {
|
libelf_package() {
|
||||||
short_desc="${short_desc} -- runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
vmove usr/lib/elfutils
|
vmove usr/lib/elfutils
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -23,16 +23,16 @@ libelf_package() {
|
||||||
elfutils-devel_package() {
|
elfutils-devel_package() {
|
||||||
replaces="libelf-devel>=0"
|
replaces="libelf-devel>=0"
|
||||||
depends="libelf-${version}_${revision}"
|
depends="libelf-${version}_${revision}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
elfutils_package() {
|
elfutils_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove all
|
||||||
vmove usr/share
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue