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 | cd125fba21bc9abae088ef23576e09844c5120fb (patch) | |
tree | 6862329bfdea7929d7f08e2896e54786738a65f1 /dev-cpp/rudiments/rudiments-0.27.ebuild | |
parent | !$ (Manifest recommit) (diff) | |
download | gentoo-2-cd125fba21bc9abae088ef23576e09844c5120fb.tar.gz gentoo-2-cd125fba21bc9abae088ef23576e09844c5120fb.tar.bz2 gentoo-2-cd125fba21bc9abae088ef23576e09844c5120fb.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 +} |