/[gentoo-x86]/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
Gentoo

Contents of /x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Wed Aug 1 11:17:37 2012 UTC (10 months, 2 weeks ago) by chainsaw
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +2 -2 lines
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani & Tomáš "Mepho" Pružina in bug #427172.

(Portage version: 2.1.11.9/cvs/Linux x86_64)

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 }

  ViewVC Help
Powered by ViewVC 1.1.20