diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-08-14 16:48:09 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-08-14 16:48:09 +0000 |
commit | 98418769ab4d718dbccc2fd78549ec24d9feb0c1 (patch) | |
tree | 6faf87a04b880972aa45867f64995b9fceab7fe0 /app-doc/quanta-docs | |
parent | new bug fix release and modified apache style log file to enable webalizer ge... (diff) | |
download | historical-98418769ab4d718dbccc2fd78549ec24d9feb0c1.tar.gz historical-98418769ab4d718dbccc2fd78549ec24d9feb0c1.tar.bz2 historical-98418769ab4d718dbccc2fd78549ec24d9feb0c1.zip |
Docs about html,css,javascript and php for quanta
Diffstat (limited to 'app-doc/quanta-docs')
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-1.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-doc/quanta-docs/quanta-docs-1.0.ebuild b/app-doc/quanta-docs/quanta-docs-1.0.ebuild new file mode 100644 index 000000000000..779625296be7 --- /dev/null +++ b/app-doc/quanta-docs/quanta-docs-1.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-1.0.ebuild,v 1.1 2001/08/14 16:48:09 achim Exp $ + +S=${WORKDIR} +DESCRIPTION="Lot's of docs for quanta" + +A="quanta-css-${PV}.tar.bz2 + quanta-html-${PV}.tar.bz2 + quanta-javascript-${PV}.tar.bz2 + quanta-php-${PV}.tar.bz2" + +HOMEPAGE="http://quanta.sourceforge.net" + + +src_install () { + + dodir ${KDEDIR}/share/apps/quanta/doc + for i in css html javascript php + do + cd ${S}/${i} + cp -R $i $i.docrc ${D}/${KDEDIR}/share/apps/quanta/doc + done + +} + |