blob: 019cb922d56cb1e5a87ab882ece32e6ba62e71ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/steamcompanion-0.2.2.ebuild,v 1.2 2011/08/09 22:27:29 dilfridge Exp $
EAPI=4
KDE_LINGUAS="it"
KDE_LINGUAS_DIR="translations"
inherit kde4-base
DESCRIPTION="Connector for web Steam service from Valve."
HOMEPAGE="http://kde-look.org/content/show.php/Steam+Companion?content=141713"
SRC_URI="http://kde-look.org/CONTENT/content-files/141713-${PN}.tar.gz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE=""
S=${WORKDIR}/${PN}
|