mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
abi-dumper: update to 1.4, add missing deps.
This commit is contained in:
parent
ff30e5ba52
commit
4723744afb
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'abi-dumper'
|
# Template file for 'abi-dumper'
|
||||||
pkgname=abi-dumper
|
pkgname=abi-dumper
|
||||||
version=1.2
|
version=1.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
depends="perl elfutils"
|
depends="perl elfutils ctags vtable-dumper"
|
||||||
short_desc="Dump ABI of an ELF object containing DWARF debug info"
|
short_desc="Dump ABI of an ELF object containing DWARF debug info"
|
||||||
maintainer="fosslinux <fosslinux@aussies.space>"
|
maintainer="fosslinux <fosslinux@aussies.space>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/lvc/abi-dumper"
|
homepage="https://github.com/lvc/abi-dumper"
|
||||||
distfiles="https://github.com/lvc/abi-dumper/archive/${version}.tar.gz"
|
distfiles="https://github.com/lvc/abi-dumper/archive/${version}.tar.gz"
|
||||||
checksum=8a9858c91b4e9222c89b676d59422053ad560fa005a39443053568049bd4d27e
|
checksum=aa7a52bf913ab1a64743551d64575f921df3faa4a592a0f6614e047bc228708a
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
mkdir -p "${DESTDIR}/usr"
|
mkdir -p "${DESTDIR}/usr"
|
||||||
|
|
Loading…
Add table
Reference in a new issue