blob: df2a64f030f44b71e19077fe085540a60b76c335 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/ksplash-ml/ksplash-ml-0.95.2.ebuild,v 1.8 2003/06/12 22:21:34 msterret Exp $
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="BSD"
KEYWORDS="x86 ppc"
|