20 lines
415 B
Bash
20 lines
415 B
Bash
|
# Copyright 1999-2007 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: $
|
||
|
inherit kde
|
||
|
|
||
|
DESCRIPTION="LUKS manager for KDE"
|
||
|
HOMEPAGE="http://strony.aster.pl/tanis/kde_luks/"
|
||
|
SRC_URI="http://strony.aster.pl/tanis/kde_luks/${PN/-/_}.tar.gz"
|
||
|
|
||
|
LICENSE="GPL-2"
|
||
|
SLOT="0"
|
||
|
KEYWORDS="~amd64 ~x86"
|
||
|
IUSE=""
|
||
|
|
||
|
DEPEND="kde-base/kdelibs"
|
||
|
RDEPEND=""
|
||
|
|
||
|
need-kde 3.5
|
||
|
S=${WORKDIR}/${PN/-/_}
|