blob: 3d32847f3ad27a4f40d9cb078e949283490642ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ks3switch/ks3switch-0.1.ebuild,v 1.3 2003/02/13 13:28:32 vapier Exp $
inherit kde-base
need-kde 3
DESCRIPTION="GUI for s3switch"
SRC_URI="http://www.bochatay.net/francois/${P}.tar.gz"
HOMEPAGE="http://www.bochatay.net/francois/ks3switch.html"
LICENSE="GPL-2"
KEYWORDS="x86"
newdepend "sys-apps/s3switch"
|