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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user