mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
net-misc/babeld: initial commit.
Closes: https://bugs.gentoo.org/263504 Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
1
net-misc/babeld/Manifest
Normal file
1
net-misc/babeld/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST babeld-1.8.0.tar.gz 92124 BLAKE2B 43f24c64280597201880a257095235447a49b97e7fcfc4f53db1c6e45564e41dc751017ce664779e4accdf03cb134cb33856288e2deebc6f194ae1e3744bad4e SHA512 6665ea5108200fe9d158a221ee5697c35fa1bf1d59e99a354aabea844342505731d77c1e3dff3917d048c2154bbadcdda5904ad6e46f16c43f52b5c297480b7d
|
||||
22
net-misc/babeld/babeld-1.8.0.ebuild
Normal file
22
net-misc/babeld/babeld-1.8.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
DESCRIPTION="a loop-free distance-vector routing protocol"
|
||||
HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/babel/"
|
||||
SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
src_compile() {
|
||||
emake CDEBUGFLAGS="${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install(){
|
||||
emake "TARGET=${D}" PREFIX="${EPREFIX}"/usr install
|
||||
dodoc CHANGES README
|
||||
}
|
||||
5
net-misc/babeld/metadata.xml
Normal file
5
net-misc/babeld/metadata.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person"><email>heroxbd@gentoo.org</email></maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user