diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-08-24 20:45:13 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-08-24 20:45:13 +0300 |
commit | 3a33f2966f834d3520b03df59018e3d0295fcc69 (patch) | |
tree | 3659aaf14090f23f793a297acc1df879c4cacc4a /net-im/blight/blight-9999.ebuild | |
parent | 7fcb54b4b7928c799f45b3c7800443d39b9f2ce7 (diff) |
[toxcore] adaugat toxcore
Diffstat (limited to 'net-im/blight/blight-9999.ebuild')
-rw-r--r-- | net-im/blight/blight-9999.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net-im/blight/blight-9999.ebuild b/net-im/blight/blight-9999.ebuild index ce4a0b83..3648b627 100644 --- a/net-im/blight/blight-9999.ebuild +++ b/net-im/blight/blight-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit git-2 +inherit eutils git-2 DESCRIPTION="Cross-platform graphical user interface for Tox written in Racket" HOMEPAGE="https://github.com/lehitoskin/blight" @@ -14,19 +14,22 @@ LICENSE="GPL-3" SLOT="0" RDEPEND="net-libs/tox - >=dev-db/sqlite-3.8.2 - >=dev-scheme/racket-6.0.1[X]" + >=dev-db/sqlite-3.8.6 + >=dev-scheme/racket-6.0.1[X] + dev-scheme/libtoxcore-racket + dev-scheme/libopenal-racket" src_prepare() { - raco pkg install --no-setup github://github.com/lehitoskin/libtoxcore-racket/master epatch "$FILESDIR/${P}.patch" epatch_user } src_compile() { - emake + emake blight + emake blight-repl } src_install() { - emake DESTDIR="${D}/usr" install + emake DESTDIR="${D}/usr" install-blight + emake DESTDIR="${D}/usr" install-repl } |