]> Pileus Git - ~andy/sunrise/blob - app-editors/celtx/celtx-0.9.9.6.ebuild
sys-auth/kstart-krenew: Remove redundant || die once again
[~andy/sunrise] / app-editors / celtx / celtx-0.9.9.6.ebuild
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit eutils
6
7 SLOT="0"
8 LICENSE="CePL"
9 KEYWORDS="~amd64 ~x86"
10
11 DESCRIPTION="An open source screenplay editor"
12 SRC_URI="http://www.celtx.com/download/Celtx.tar.gz"
13 HOMEPAGE="http://www.celtx.com"
14 IUSE=""
15 DEPEND=""
16
17 src_install() {
18         mkdir -p ${D}/opt/celtx
19         cp -R ${WORKDIR}/celtx ${D}/opt/ || die
20 }