15 lines
347 B
Bash
15 lines
347 B
Bash
|
# Copyright 1999-2004 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
|
||
|
inherit kde
|
||
|
|
||
|
DESCRIPTION="A kioslave for RAR archives"
|
||
|
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=17527"
|
||
|
SRC_URI="http://www.kde-apps.org/content/files/17527-${P}.tar.bz2"
|
||
|
|
||
|
LICENSE="GPL-2"
|
||
|
KEYWORDS="x86 amd64"
|
||
|
|
||
|
need-kde 3
|