Parent Directory
|
Revision Log
Version bump, drop old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
1 | # Copyright 1999-2015 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/bgpq3/bgpq3-0.1.21.ebuild,v 1.1 2014/12/15 12:18:22 pinkbyte Exp $ |
4 | |
5 | EAPI=5 |
6 | |
7 | inherit eutils |
8 | |
9 | DESCRIPTION="Generate access-lists for Cisco/Juniper routers, successor of bgpq" |
10 | HOMEPAGE="http://snar.spb.ru/prog/bgpq3/" |
11 | SRC_URI="http://snar.spb.ru/prog/bgpq3/${P}.tgz" |
12 | |
13 | LICENSE="BSD-2" |
14 | SLOT="0" |
15 | KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" |
16 | |
17 | src_prepare() { |
18 | # Respect CFLAGS |
19 | sed -i \ |
20 | -e '/^CFLAGS=/s/-g //' \ |
21 | -e '/^CFLAGS=/s/ -O0//' \ |
22 | Makefile.in || die 'sed on Makefile.in failed' |
23 | |
24 | epatch_user |
25 | } |
26 | |
27 | src_install() { |
28 | dobin bgpq3 |
29 | doman bgpq3.8 |
30 | dodoc CHANGES |
31 | dohtml *.html |
32 | } |
ViewVC Help | |
Powered by ViewVC 1.1.20 |