diff options
Diffstat (limited to 'dev-perl/adocman/adocman-0.12.ebuild')
-rw-r--r-- | dev-perl/adocman/adocman-0.12.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/adocman/adocman-0.12.ebuild b/dev-perl/adocman/adocman-0.12.ebuild new file mode 100644 index 000000000000..735390f68ba7 --- /dev/null +++ b/dev-perl/adocman/adocman-0.12.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/adocman/adocman-0.12.ebuild,v 1.1 2004/11/23 20:48:09 rizzo Exp $ + +DESCRIPTION="Automation tool for Sourceforge.net DocManager handling" +HOMEPAGE="http://sitedocs.sourceforge.net/projects/adocman/adocman.html" +SRC_URI="mirror://sourceforge/sitedocs/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND="dev-perl/Crypt-SSLeay + dev-perl/Digest-MD5 + dev-perl/TermReadKey" + +src_install() { + eval `perl '-V:installarchlib'` + ARCH_LIB=${installarchlib} + dodir ${ARCH_LIB}/Alexandria + insinto ${ARCH_LIB}/Alexandria + doins Alexandria/Client.pm Alexandria/Docman.pm Alexandria/Tracker.pm + + exeinto /usr/bin + doexe adocman xml_export atracker + + dodoc README LICENSE TODO + dohtml adocman.html xml_export.html +} |