diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-25 12:53:15 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-25 12:53:15 +0000 |
commit | 487bf520f361544714bffcea259b86ab9efe0d99 (patch) | |
tree | b7f914cbbae1b2c8c85b9642527b1afd82fa4007 /net-www/cherokee/cherokee-0.4.4.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-487bf520f361544714bffcea259b86ab9efe0d99.tar.gz gentoo-2-487bf520f361544714bffcea259b86ab9efe0d99.tar.bz2 gentoo-2-487bf520f361544714bffcea259b86ab9efe0d99.zip |
version bump
Diffstat (limited to 'net-www/cherokee/cherokee-0.4.4.ebuild')
-rw-r--r-- | net-www/cherokee/cherokee-0.4.4.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-www/cherokee/cherokee-0.4.4.ebuild b/net-www/cherokee/cherokee-0.4.4.ebuild new file mode 100644 index 000000000000..3e2e19bfe7e1 --- /dev/null +++ b/net-www/cherokee/cherokee-0.4.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-www/cherokee/cherokee-0.4.4.ebuild,v 1.1 2003/07/25 12:52:50 aliz Exp $ + +S="${WORKDIR}/${P}" +DESCRIPTION="An extremely fast and tiny web server." +SRC_URI="ftp://alobbs.com/cherokee/${PV}/${P}.tar.gz + ftp://laurel.datsi.fi.upm.es/pub/linux/cherokee/${PV}/${P}.tar.gz" +HOMEPAGE="http://www.alobbs.com/cherokee" +LICENSE="GPL-2" +DEPEND="sys-libs/glibc" +RDEPEND="${DEPEND}" +KEYWORDS="~x86" +SLOT="0" + +src_install () { + make DESTDIR=${D} install || die + + dodoc AUTHORS ChangeLog COPYING INSTALL README +} |