blob: 7c62dcff3afe0334027ce5a6a59b8b74271caab2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.6.ebuild,v 1.1 2004/05/04 17:54:32 agriffis Exp $
IUSE=""
DESCRIPTION="Script that launches mozilla or firefox"
HOMEPAGE=""
SRC_URI="mirror://gentoo/${P}.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~mips"
DEPEND=""
RDEPEND=""
S=${WORKDIR}
src_install() {
newbin ${P} mozilla-launcher
}
|