diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-17 20:50:08 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-17 20:50:08 +0000 |
commit | 558c2056bb68fd0009c49e20891c1bda3cd88739 (patch) | |
tree | 1b0092c1729f201dc71a5029aca95040f5817d20 /app-text/refbase/refbase-0.8.0.ebuild | |
parent | Stable on Alpha. (diff) | |
download | gentoo-2-558c2056bb68fd0009c49e20891c1bda3cd88739.tar.gz gentoo-2-558c2056bb68fd0009c49e20891c1bda3cd88739.tar.bz2 gentoo-2-558c2056bb68fd0009c49e20891c1bda3cd88739.zip |
(#111476) New package: Web-based solution for managing scientific literature, references and citations (Urs Joss).
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'app-text/refbase/refbase-0.8.0.ebuild')
-rw-r--r-- | app-text/refbase/refbase-0.8.0.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/app-text/refbase/refbase-0.8.0.ebuild b/app-text/refbase/refbase-0.8.0.ebuild new file mode 100644 index 000000000000..a6253719ad90 --- /dev/null +++ b/app-text/refbase/refbase-0.8.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.8.0.ebuild,v 1.1 2006/10/17 20:50:08 dberkholz Exp $ + +inherit webapp + +DESCRIPTION="Web-based solution for managing scientific literature, references and citations" +HOMEPAGE="http://www.refbase.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="" +RDEPEND="net-www/apache + app-admin/webapp-config + >=virtual/php-4.1.0 + >=dev-db/mysql-4.1 + app-text/bibutils" +DEPEND="${RDEPEND}" + +src_install () { + webapp_src_preinst + + DOCS="AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO UPDATE" + dodoc ${DOCS} + # Don't install docs to webroot + rm -f ${DOCS} + + cp -R * "${D}"${MY_HTDOCSDIR} + + webapp_configfile ${MY_HTDOCSDIR}/initialize + webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + + webapp_src_install +} |