blob: 9132fff2e00f869f88d6caf9f7824f17182d9438 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $ Header: $
inherit kde-base || die
need-kde 3
S=${WORKDIR}/ksplashml-${PV}
DESCRIPTION="Fancy splash-screen for KDE 3.x"
SRC_URI="http://www.shadowcom.net/Software/ksplash-ml/ksplashml-${PV}.tgz"
HOMEPAGE="http://www.shadowcom.net/Software/ksplash-ml"
newdepend ">=kde-base/kdebase-3.0"
LICENSE="ksplash-ml"
SLOT="0"
KEYWORDS="x86"
|