1
0
mirror of https://github.com/bsedin/gentoo-repo.git synced 2024-09-20 20:30:28 +00:00

Add vimb and trayion

This commit is contained in:
2017-01-29 01:48:19 +03:00
parent 9e18ae6940
commit 5879f04519
6 changed files with 59 additions and 35 deletions

View File

@@ -1,10 +0,0 @@
# ChangeLog for x11-misc/trayion
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*trayion-0.1.2 (03 Jan 2010)
03 Jan 2010; Rafael Goncalves Martins <rafael@rafaelmartins.eng.br>
+trayion-0.1.2.ebuild, +metadata.xml:
Initial import.

View File

@@ -17,10 +17,14 @@ IUSE=""
DEPEND="x11-libs/libX11"
src_compile() {
emake -j1 CC=$(tc-getCC) CFLAGS="${CFLAGS}"
export X11CFLAGS=' -I/usr/include/X11'
export X11LDFLAGS=' -L/usr/lib/X11 -lX11'
make
# -j1 CC=$(tc-getCC) CFLAGS="${CFLAGS}"
}
src_install() {
die 'test'
dobin trayicon
doman trayicon.1
dodoc AUTHORS README