]> Pileus Git - ~andy/sunrise/blob - dev-cpp/ETL/ETL-0.04.13.ebuild
dev-cpp/ETL: Version bump for ETL
[~andy/sunrise] / dev-cpp / ETL / ETL-0.04.13.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="VoriaETL is a multiplatform class and template library designed to complement and supplement the C++ STL"
6
7 HOMEPAGE="http://www.synfig.com/"
8
9 SRC_URI="mirror://sourceforge/synfig/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14
15 src_install() {
16         emake DESTDIR="${D}" install || die "Install failed!"
17 }