]> Pileus Git - ~andy/sunrise/blob - dev-cpp/ETL/ETL-0.04.13.ebuild
a2258f9e016d0b0ef8728ac9bdf2cc6e2e46c0c8
[~andy/sunrise] / dev-cpp / ETL / ETL-0.04.13.ebuild
1 # Copyright 1999-2012 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 which complements and supplements 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 IUSE=""
15
16 src_install() {
17         emake DESTDIR="${D}" install || die "Install failed!"
18 }