diff options
Diffstat (limited to 'app-editors/quanta/quanta-3.1.2.ebuild')
-rw-r--r-- | app-editors/quanta/quanta-3.1.2.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-editors/quanta/quanta-3.1.2.ebuild b/app-editors/quanta/quanta-3.1.2.ebuild new file mode 100644 index 000000000000..a0820c2d255c --- /dev/null +++ b/app-editors/quanta/quanta-3.1.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-3.1.2.ebuild,v 1.1 2003/05/19 13:23:09 danarmak Exp $ +inherit kde-base + +need-kde 3.1 + +DESCRIPTION="A superb web development tool for KDE 3.x" + +SRC_URI="mirror://kde/stable/${PV}/src/${P}.tar.bz2 + mirror://sourceforge/quanta/css.tar.bz2 + mirror://sourceforge/quanta/html.tar.bz2 + mirror://sourceforge/quanta/javascript.tar.bz2 + mirror://sourceforge/quanta/php.tar.bz2" + +HOMEPAGE="http://quanta.sourceforge.net" + +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc" + +src_install() { + + kde_src_install + + dodir ${PREFIX}/share/apps/quanta/doc/ + for x in css html javascript php; do + cp -a ${WORKDIR}/${x}/*.docrc ${WORKDIR}/${x}/${x} ${D}/${PREFIX}/share/apps/quanta/doc/ + done + +} |