mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Closes: https://trac.macports.org/ticket/73952 Closes: https://github.com/macports/macports-ports/pull/32552
36 lines
1.2 KiB
Tcl
36 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name libelf
|
|
version 0.8.13
|
|
revision 6
|
|
categories devel
|
|
license LGPL-2+
|
|
maintainers nomaintainer
|
|
|
|
description ELF object file access library
|
|
long_description 'Libelf' lets you read, modify or create ELF files in an \
|
|
architecture-independent way. The library takes care of \
|
|
size and endian issues, e.g. you can process a file for \
|
|
SPARC processors on an Intel-based system.
|
|
|
|
homepage https://web.archive.org/web/20190223180146/http://www.mr511.de/software/english.html
|
|
master_sites macports_distfiles
|
|
|
|
checksums rmd160 06962fbbcd91da25f02b964ad9513b9536f67baa \
|
|
sha256 591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d \
|
|
size 148529
|
|
|
|
patchfiles elf_repl.diff \
|
|
implicit.patch \
|
|
shared.diff
|
|
|
|
use_autoreconf yes
|
|
autoreconf.args -fvi
|
|
|
|
configure.args --disable-compat
|
|
destroot.destdir instroot=${destroot}
|
|
|
|
livecheck.type none
|