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/net-misc/netsed/netsed-0.01b-r1.ebuild

31 lines
529 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Small tool for altering forwarded network data in real time"
HOMEPAGE="http://freshmeat.net/projects/netsed"
SRC_URI="mirror://gentoo/${P}.tgz
mirror://gentoo/${PN}_0.01c-2.diff.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
S=${WORKDIR}
PATCHES=(
netsed_0.01c-2.diff
)
src_compile() {
emake CFLAGS="${CFLAGS}"
}
src_install() {
dobin netsed
doman debian/netsed.1
dodoc README
}