# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="tiny tiny httpd" HOMEPAGE="http://github.com/mattn/tinytinyhttpd/" SRC_URI="http://cloud.github.com/downloads/mattn/tinytinyhttpd/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_install() { emake DESTDIR="${D}" install || die rm -rf "${D}/usr/share/tthttpd" insinto /etc; doins "${FILESDIR}/tthttpd.conf" newinitd "${FILESDIR}/tthttpd.init" tthttpd keepdir /var/www/localhost/htdocs dodoc AUTHORS ChangeLog NEWS README* example.conf }