-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
abi-dumper: update to 1.4, add missing deps.
- Loading branch information
1 parent
ff30e5b
commit 4723744
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Template file for 'abi-dumper' | ||
pkgname=abi-dumper | ||
version=1.2 | ||
version=1.4 | ||
revision=1 | ||
build_style=gnu-makefile | ||
hostmakedepends="perl" | ||
depends="perl elfutils" | ||
depends="perl elfutils ctags vtable-dumper" | ||
short_desc="Dump ABI of an ELF object containing DWARF debug info" | ||
maintainer="fosslinux <[email protected]>" | ||
license="LGPL-2.1-or-later" | ||
homepage="https://github.com/lvc/abi-dumper" | ||
distfiles="https://github.com/lvc/abi-dumper/archive/${version}.tar.gz" | ||
checksum=8a9858c91b4e9222c89b676d59422053ad560fa005a39443053568049bd4d27e | ||
checksum=aa7a52bf913ab1a64743551d64575f921df3faa4a592a0f6614e047bc228708a | ||
|
||
pre_install() { | ||
mkdir -p "${DESTDIR}/usr" | ||
|