| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild,v 1.3 2012/07/19 07:26:58 jdhore Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
|
| 7 |
inherit toolchain-funcs vcs-snapshot |
| 8 |
|
| 9 |
DESCRIPTION="trayer fork with multi monitor support, cleaned up codebase and other fancy stuff" |
| 10 |
HOMEPAGE="https://github.com/sargon/trayer-srg" |
| 11 |
SRC_URI="https://github.com/sargon/${PN}/tarball/${P/-srg/} -> ${P}.tar.gz" |
| 12 |
|
| 13 |
LICENSE="MIT" |
| 14 |
SLOT="0" |
| 15 |
KEYWORDS="amd64 x86" |
| 16 |
IUSE="" |
| 17 |
|
| 18 |
RDEPEND="x11-libs/gdk-pixbuf:2 |
| 19 |
x11-libs/gtk+:2 |
| 20 |
x11-libs/libX11 |
| 21 |
x11-libs/libXmu" |
| 22 |
DEPEND="${RDEPEND} |
| 23 |
virtual/pkgconfig" |
| 24 |
|
| 25 |
src_compile() { |
| 26 |
emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)" |
| 27 |
} |
| 28 |
|
| 29 |
src_install() { |
| 30 |
dobin ${PN} |
| 31 |
dodoc CHANGELOG CREDITS README TODO |
| 32 |
} |