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

@@ -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