mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-08 01:15:00 +01:00
21 lines
460 B
Bash
21 lines
460 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
DESCRIPTION="x86 Disassembler Library"
|
|
HOMEPAGE="http://bastard.sourceforge.net/libdisasm.html"
|
|
SRC_URI="mirror://sourceforge/bastard/$P.tar.gz"
|
|
|
|
LICENSE="Artistic"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND=""
|
|
|
|
RESTRICT="strip" # we need debug symbols for the disambler to work
|
|
|
|
src_install() {
|
|
DESTDIR="${D}" emake install
|
|
}
|