mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/libmelf: drop 0.4.0-r1
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="libmelf is a library interface for manipulating ELF object files"
|
||||
HOMEPAGE="http://www.hick.org/code/skape/libmelf/"
|
||||
SRC_URI="http://www.hick.org/code/skape/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Artistic"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
PATCHES=(
|
||||
# This patch was gained from the elfsign-0.2.2 release
|
||||
"${FILESDIR}"/${PN}-0.4.1-unfinal-release.patch
|
||||
# Cleanup stuff
|
||||
"${FILESDIR}"/${PN}-0.4.0-r1-gcc-makefile-cleanup.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# * QA Notice: The following shared libraries lack a SONAME
|
||||
# * /usr/lib64/libmelf.so
|
||||
sed 's/\(-shared -fPIC\)/\1 -Wl,-soname,libmelf.so/' -i configure || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
tc-export CC AR RANLIB
|
||||
append-flags -fPIC
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake OPTFLAGS="${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin tools/elfres
|
||||
|
||||
dolib.so libmelf.so
|
||||
use static-libs && dolib.a libmelf.a
|
||||
|
||||
insinto /usr/include
|
||||
doins melf.h stdelf.h
|
||||
|
||||
HTML_DOCS=( docs/html/. )
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user