# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit pax-utils

DESCRIPTION="Hello world"
HOMEPAGE="http://opensource.dyc.edu"
SRC_URI="http://opensource.dyc.edu/pub/misc/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_install() {
	default
	pax-mark m "${ED}"/usr/bin/hw
}