mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
libpfring-8.0.0.ebuild
This commit is contained in:
parent
9cf3893f10
commit
72782c2217
4 changed files with 18 additions and 7 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST PF_RING-7.4.0.tar.gz 19298354 BLAKE2B b5849223ed2b84c64acd0663bdefde9bcd1dd6d6e85bc0cee10d693ff6faa18b1b74a42db73fc710fba45f8d65105e1b99d3a2380c02139024a128276405b6a2 SHA512 45d8c995389dcdc606471fbde511e2f2483364295dfe1ab4f01af1ce711934838c06ee9cbc74e903d94a95109f92f0e624199b209ff0cbd966585b2db73916aa
|
||||
DIST PF_RING-7.8.0.tar.gz 22334630 BLAKE2B f5bbb94213bcd946cddff3cb0474da4c241a8bbaa882c39bd0d53709bc32c78df2babb0f61e4737a2391c1bb9b336c814afb99712b4c5f32d3f303723e3f2bbe SHA512 a45b9b42ef48eaa381c8bb2b00f3c87f67d776255f433941417cabe45266dc7ac90a45b5a0d69162d7a075952009f5a44920804076952a998b358e3fea82b8d0
|
||||
DIST PF_RING-8.0.0.tar.gz 23436863 BLAKE2B 251634442acd631c6e041263e54958279d298a4e2abcdd584827760cc6be4915173070e6ffd3ff7ebadafadd844233bcd3e3b6d1f09baf3adf27667f95c825c0 SHA512 7d65cc07dee678005f6da099399b046be96d9ff3c9d9c3abd5a60fa60eeae67eaed70f07c1acde1ca78055c6e54ccc102205b78657299154f5fc4b910ff3f0c6
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit multilib eutils
|
||||
#inherit multilib eutils
|
||||
|
||||
MY_P="PF_RING-${PV}"
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ SRC_URI="https://github.com/ntop/PF_RING/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}/userland/lib"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit multilib eutils
|
||||
#inherit multilib
|
||||
|
||||
MY_P="PF_RING-${PV}"
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ SRC_URI="https://github.com/ntop/PF_RING/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}/userland/lib"
|
||||
11
net-libs/libpfring/metadata.xml
Normal file
11
net-libs/libpfring/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>blshkv@pentoo.org</email>
|
||||
<name>Anton Bolshakov</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">products/pf_ring</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue