]> Pileus Git - ~andy/sunrise/blob - dev-cpp/ETL/ETL-0.04.13.ebuild
Add IUSE and shorten DESCRIPTION to make repoman happy
[~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 which
6 complements and supplements the C++ STL"
7
8 HOMEPAGE="http://www.synfig.com/"
9
10 SRC_URI="mirror://sourceforge/synfig/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 src_install() {
18         emake DESTDIR="${D}" install || die "Install failed!"
19 }