You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jad-bin/jad-bin-1.5.8e-r1.ebuild

29 lines
619 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jad-bin/jad-bin-1.5.8e-r1.ebuild,v 1.3 2015/03/27 10:26:16 ago Exp $
EAPI=5
DESCRIPTION="Jad - The fast JAva Decompiler"
HOMEPAGE="http://www.kpdus.com/jad.html"
SRC_URI="http://www.kpdus.com/jad/linux/jadls158.zip"
KEYWORDS="amd64 -ppc x86"
SLOT="0"
LICENSE="freedist"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
S=${WORKDIR}
RESTRICT="strip"
QA_PREBUILT="*"
src_install() {
into /opt
dobin jad || die "dobin failed"
dodoc Readme.txt || die "dodoc failed"
}