Files
@ 26d135ffcf5b
Branch filter:
Location: portage-overlay.git/sys-apps/rhash/rhash-1.2.9.ebuild - annotation
26d135ffcf5b
676 B
application/vnd.gentoo.ebuild
Revert "updated ebuild for spectrum2" (keyword spectrum2.0.0_beta2)
This reverts commit 4e235a3f74170e35bdd416c7faeea5aeac7a5b25.
This reverts commit 4e235a3f74170e35bdd416c7faeea5aeac7a5b25.
3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 | # Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Recursive Hasher is a console utility for computing and verifying hash sums of files"
HOMEPAGE="http://rhash.anz.ru/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
src_unpack() {
unpack ${A}
sed -i 's/\(LDFLAGS = \)-s /\1/' "${S}"/Makefile || die "patching Makefile"
}
src_compile() {
emake OPTFLAGS="${CFLAGS} -DNDEBUG" || die "compile failed"
}
src_install() {
emake install DESTDIR="${D}" PREFIX=/usr || die "install failed"
dodoc ChangeLog || die "dodoc failed"
}
|