diff options
Diffstat (limited to 'kde-misc/steamcompanion/steamcompanion-0.2.2.ebuild')
-rw-r--r-- | kde-misc/steamcompanion/steamcompanion-0.2.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-misc/steamcompanion/steamcompanion-0.2.2.ebuild b/kde-misc/steamcompanion/steamcompanion-0.2.2.ebuild new file mode 100644 index 000000000000..3bbb81554861 --- /dev/null +++ b/kde-misc/steamcompanion/steamcompanion-0.2.2.ebuild @@ -0,0 +1,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.1 2011/05/19 12:28:12 scarabeus 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="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR}/${PN} |