diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-01-01 04:49:47 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-01-01 04:49:47 +0000 |
commit | d4d04d166813e4d131e21e4ff373bcaec2d95440 (patch) | |
tree | 8835232009b6d10e9ecc81b1d6ea9bf4ac65cf55 /dev-cpp/rudiments/rudiments-0.27.ebuild | |
parent | !$ (diff) | |
download | historical-d4d04d166813e4d131e21e4ff373bcaec2d95440.tar.gz historical-d4d04d166813e4d131e21e4ff373bcaec2d95440.tar.bz2 historical-d4d04d166813e4d131e21e4ff373bcaec2d95440.zip |
Version bumped.
Diffstat (limited to 'dev-cpp/rudiments/rudiments-0.27.ebuild')
-rw-r--r-- | dev-cpp/rudiments/rudiments-0.27.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-cpp/rudiments/rudiments-0.27.ebuild b/dev-cpp/rudiments/rudiments-0.27.ebuild new file mode 100644 index 000000000000..4c0125f1cdd8 --- /dev/null +++ b/dev-cpp/rudiments/rudiments-0.27.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/rudiments/rudiments-0.27.ebuild,v 1.1 2005/01/01 04:49:47 matsuu Exp $ + +DESCRIPTION="C++ class library for daemons, clients and servers" +HOMEPAGE="http://rudiments.sourceforge.net/" +SRC_URI="mirror://sourceforge/rudiments/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" + +DEPEND="virtual/libc" + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall docdir=${D}/usr/share/doc/${PF}/html || die + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO +} |