net-misc/oonf: addition
Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
parent
a26bcad070
commit
68624d91aa
4 changed files with 58 additions and 0 deletions
1
net-misc/oonf/Manifest
Normal file
1
net-misc/oonf/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST v0.13.0.tar.gz 771498 SHA256 fd1ff1a28d9adfb05d9b8c4086b4f37781b93b06066b79fc56e187728ab426e2 SHA512 97f1d3b2c264203b0e49fc52b2dd99d74ae274073683c60120bfce7105d23f2ab3643cdb0c69637991b745119f7d8b96cd5b147b36afc1f36475896f0a97fb4c WHIRLPOOL 18e533690cc1ffef2bb3e71657468933b4104b56134dd5bb62dba5db54196b7da5a95382d25e22caff4d501ab0742b5751c908a4ce251131ef60900323535bdc
|
7
net-misc/oonf/metadata.xml
Normal file
7
net-misc/oonf/metadata.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>tk-gentoo@meskal.net</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
26
net-misc/oonf/oonf-0.13.0.ebuild
Normal file
26
net-misc/oonf/oonf-0.13.0.ebuild
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/OLSR/OONF.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/OLSR/OONF/archive/v${PV}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Optimized Link State Routing Version2"
|
||||
HOMEPAGE="http://www.olsr.org/mediawiki/index.php/Olsrd2"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/libnl:="
|
||||
|
||||
DEPEND="${RDEPEND}"
|
24
net-misc/oonf/oonf-9999.ebuild
Normal file
24
net-misc/oonf/oonf-9999.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/OLSR/OONF.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/OLSR/OONF/archive/v${PV}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Optimized Link State Routing Version2"
|
||||
HOMEPAGE="http://www.olsr.org/mediawiki/index.php/Olsrd2"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/libnl:="
|
||||
|
||||
DEPEND="${RDEPEND}"
|
Loading…
Add table
Reference in a new issue