forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net-libs/libflowmanager: Version bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
- Loading branch information
Jeroen Roovers
committed
Jun 5, 2017
1 parent
f1b7f1b
commit ddbfbc1
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST libflowmanager-2.0.4.tar.gz 339982 SHA256 80fbb93113fab98727b42c9b96ea09c0d817a49f884717dd27f27325e93b733c SHA512 18955416f80c7c18b949812f771000dc98c936ef556af263ef60d09f21de312a186296b5dc88c59a9298df2318d1f3be866e1ee9b34dcc5fac2dbabf2dae95a9 WHIRLPOOL 606e1b0e74602dfa7369445e3f67d705f82d38ba145c560afc28efeb927d62311e008f9a7d56957b163311e9933d89060cf5b54766f71a985333226cb9594a1e | ||
DIST libflowmanager-2.0.5.tar.gz 375800 SHA256 00cae0a13ac0a486a6b8db2c98a909099fd22bd8e688571e2833cf3ee7ad457e SHA512 356967ac3fd6c9cb9c3378c7101df486a80d660511e22141c473f67e8eccd5cb3a5c9a86d5c5b7528904f6cada687334f48e273116c3ca6e13e1236dadd3d2cb WHIRLPOOL eff61b24cefdda644b63ccbb5202d725bfb78ddc0e2c37a0ad2ecbda64517243e6af4dfb146d4a6e9ec3c73e21314e1c33198927e3930fbd66cf1f24329d3891 | ||
DIST libflowmanager-3.0.0.tar.gz 405501 SHA256 0866adfcdc223426ba17d6133a657d94928b4f8e12392533a27387b982178373 SHA512 7f6eebb996c50ffa7f2882e0448c95b88cbef433fbc40928a6d111a86c3006ef80cc71b4cb5e73dbe13753410cd88bfcfd32616a0969e417e5a832684b5f0aca WHIRLPOOL b1774686fc222c44598530f769b9658c8c07a470a0537f4ae7f2a655736651e34a712432496cfe468efec54b8ae484354e55af16bc9020d8428e6c9500c2e249 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DESCRIPTION="A library that measures and reports on packet flows" | ||
HOMEPAGE="http://research.wand.net.nz/software/libflowmanager.php" | ||
SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0/2" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="static-libs" | ||
|
||
DEPEND=" | ||
>=net-libs/libtrace-3.0.6 | ||
" | ||
RDEPEND=" | ||
${DEPEND} | ||
" | ||
|
||
src_configure() { | ||
econf $(use_enable static-libs static) | ||
} |