sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / games-util / etswitch / etswitch-0.1.14-r1.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="*nix minimizer for a few games"
7 HOMEPAGE="http://hem.bredband.net/b400150/"
8 SRC_URI="http://hem.bredband.net/b400150/${PN}/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 RDEPEND="x11-libs/libX11
16         x11-libs/libXxf86vm
17         x11-libs/libXmu
18         x11-libs/libXpm"
19 DEPEND="${RDEPEND}
20         x11-libs/libXt
21         x11-base/xorg-proto"
22
23 PATCHES=(
24                 "${FILESDIR}"/${P}-desktop-entry.patch
25                 "${FILESDIR}"/${P}-glibc.patch
26 )
27
28 src_configure() {
29         econf --datadir=/usr/share
30 }