mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 21:00:56 +02:00
pcaprub: compile .so file, reported by hololeap
This commit is contained in:
parent
54ee05e422
commit
9bd9b040ff
2 changed files with 25 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST pcaprub-0.11.3.gem 32768 SHA256 a6f724ce8fe1036a399cefe1c77d3b989cb335e31f078028160c8f875e576eef SHA512 0ac8b5b2be85a2e17dd9f253ae3705a9faca390cefbaeae737ba20a23a3e2d95a6d492d5f7b3ecac611361a264db43cc79fddfbab58056e7de8e075fb1d1ef4f WHIRLPOOL 5a65eb697aebb6282038c98c3bd121ec1eeeca56dc0633d5c5823a798f1a0b2ca11c5f40c95f1fe00481452164a74372fdad6341c812a82165d7106480552bbb
|
||||
EBUILD pcaprub-0.11.3-r1.ebuild 490 SHA256 8032f5968353aef75bf2e859894d73be7586ff0fa71f0853a61921d40a7a355c SHA512 8b625711af2729363e3c3c328a7b25d4ce9d84ee61cadae420dd42bbb5436cb337fe657100bac4e1955606119bf90406c88005568fc64c275d94713f4e38700f WHIRLPOOL 622a2d14f173c09dfb762c068227ef7b8b5286dcaf8823bd43e3169991c3235108fc19d6ef88f02d4d2ada107568030b4143d71659c234ad2b92400b3683ed92
|
||||
EBUILD pcaprub-0.11.3.ebuild 334 SHA256 d26274737c14ea46d6abd079fcad332ac342faac9290d921082b348b9ea8c25a SHA512 097cea774fcca2037c0c6696ac5a5575d784bca33f1d032225d2b92f8fb5fde0e9d60fd61a83c75272a5833fe8499c453a22aaa8b5b00ff496de9858f1f58331 WHIRLPOOL a32fd081db63aa72d85c3a79280f133c367b4e90a7843104c05f861134a3d3358cf011c58e4d6b44077546989baebb34c6102c0450d7fd76daafa191ba379f7a
|
||||
|
|
|
|||
24
dev-ruby/pcaprub/pcaprub-0.11.3-r1.ebuild
Normal file
24
dev-ruby/pcaprub/pcaprub-0.11.3-r1.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby18 ruby19"
|
||||
inherit multilib ruby-fakegem
|
||||
|
||||
DESCRIPTION="Libpcap bindings for ruby compat"
|
||||
HOMEPAGE="https://rubygems.org/gems/pcaprub"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
each_ruby_configure() {
|
||||
${RUBY} -Cext/${PN} extconf.rb || die
|
||||
}
|
||||
|
||||
each_ruby_compile() {
|
||||
emake -C ext/${PN}
|
||||
cp ext/${PN}/${PN}$(get_modname) lib || die
|
||||
}
|
||||
Loading…
Reference in a new issue