summaryrefslogtreecommitdiff
blob: d0c996c5ef1640dddd8f9ddbbb011056f91d2b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/dsx-0.1.ebuild,v 1.7 2007/07/22 02:52:01 coldwind Exp $

DESCRIPTION="command line selection of your X desktop environment"
HOMEPAGE="none"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc x86"
IUSE=""

DEPEND=""
RDEPEND="x11-apps/xinit
	>=dev-lang/python-2.1"

src_install() {
	newbin "${FILESDIR}/${P}" dsx
}