mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-shells/rrs: clean up old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="Reverse Remote Shell"
|
||||
HOMEPAGE="http://freecode.com/projects/rrs"
|
||||
SRC_URI="http://www.cycom.se/uploads/36/19/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc x86"
|
||||
IUSE="ssl"
|
||||
|
||||
DEPEND="ssl? ( dev-libs/openssl )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/"${P}"-asneeded.patch
|
||||
sed -i -e "s/-s //g" Makefile || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local target=""
|
||||
use ssl || target="-nossl"
|
||||
|
||||
emake generic${target} CFLAGS="${CFLAGS}" LDEXTRA="${LDFLAGS}" CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin rrs
|
||||
dodoc CHANGES README
|
||||
doman rrs.1
|
||||
}
|
||||
Reference in New Issue
Block a user