blob: 4c8e6c48afe5c7f77c18a893c15b7a6a07511548 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 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.5 2004/06/24 22:15:38 agriffis Exp $
DESCRIPTION="dsx - command line selection of your X desktop environment"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
DEPEND=""
RDEPEND="virtual/x11
>=dev-lang/python-2.1"
src_install() {
exeinto /usr/bin
newexe "${FILESDIR}/${P}" dsx
}
|