# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" DESCRIPTION="C++ unit testing framework suitable for embedded C" SRC_URI="http://downloads.sourceforge.net/cpputest/cpputest/v2.3/CppUTest-v2.3.zip" HOMEPAGE="http://http://www.cpputest.org/" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" S="${WORKDIR}" src_install() { dolib.a lib/libCppUTest.a dodir /usr/include/CppUTest insinto /usr/include/CppUTest doins include/CppUTest/* }