mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 23:01:02 +02:00
warvox: fixed compilation -j1, need to see if we can get rid of the rubygems install
This commit is contained in:
parent
2c2ddd3c70
commit
29bee10dd1
2 changed files with 10 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
AUX warvox-launcher 156 RMD160 3e99950a8af854573de141c8fb4f291ea02e83ff SHA1 bca5eaa42818cda67f1c22d92acc3f76c8b828e7 SHA256 97fb87e9d6349850e7b4033f29b1a073a7ed8818936c10bad05e4ca1255c7257
|
||||
EBUILD warvox-9999.ebuild 826 RMD160 a57ac3fa1c51464568c9646ce3698742dc09b563 SHA1 13ec123e06667b7a8602a2e20ebcd1f95af8bdab SHA256 5b799ab6e4c7222dd6f69bc67f81bea9a37a2546d536fe55dd39e7bb2f157036
|
||||
EBUILD warvox-9999.ebuild 913 RMD160 0073769679a6ae7541210691a61bbce851dcbbc0 SHA1 35abeedb9217ac721f624a6bdeea7959e7fc1cda SHA256 887c6ed0d57128c19ea41050617dac8e9816562fa570287d494f58a85e0f2e0e
|
||||
|
|
|
|||
|
|
@ -12,17 +12,22 @@ SRC_URI=""
|
|||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-ruby/rake"
|
||||
RDEPEND="dev-ruby/sqlite3-ruby
|
||||
net-misc/iaxclient
|
||||
sci-visualization/gnuplot
|
||||
media-sound/sox"
|
||||
dev-ruby/bundler
|
||||
net-misc/iaxclient
|
||||
sci-visualization/gnuplot
|
||||
media-sound/sox"
|
||||
|
||||
ESVN_REPO_URI="http://metasploit.com/svn/warvox/trunk/"
|
||||
|
||||
src_compile() {
|
||||
emake -j1 DESTDIR="${D}" || die 'make failed'
|
||||
}
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" emake install || die "install failed"
|
||||
dodir /opt/$PN
|
||||
|
|
|
|||
Loading…
Reference in a new issue