Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263326 | Differences between
and this patch

Collapse All | Expand All

(-)bwmon-1.3.ebuild (+3 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.17
3
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.17
4
inherit eutils
5
4
DESCRIPTION="Simple ncurses bandwidth monitor"
6
DESCRIPTION="Simple ncurses bandwidth monitor"
5
HOMEPAGE="http://bwmon.sourceforge.net/"
7
HOMEPAGE="http://bwmon.sourceforge.net/"
6
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
8
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
Lines 17-22 Link Here
17
src_unpack() {
19
src_unpack() {
18
       unpack ${A}
20
       unpack ${A}
19
       cd ${S}
21
       cd ${S}
22
       epatch "${FILESDIR}/typo_help.patch"
20
       sed -i -e "s:/usr/local/bin:\$\{DESTDIR\}usr/bin:" \
23
       sed -i -e "s:/usr/local/bin:\$\{DESTDIR\}usr/bin:" \
21
           Makefile
24
           Makefile
22
       sed -i -e "s:CFLAGS =:CFLAGS = ${CFLAGS}:" \
25
       sed -i -e "s:CFLAGS =:CFLAGS = ${CFLAGS}:" \

Return to bug 263326