summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/openexr_ctl/openexr_ctl-1.0.0.ebuild')
-rw-r--r--media-libs/openexr_ctl/openexr_ctl-1.0.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/media-libs/openexr_ctl/openexr_ctl-1.0.0.ebuild b/media-libs/openexr_ctl/openexr_ctl-1.0.0.ebuild
new file mode 100644
index 000000000000..3127927a5b07
--- /dev/null
+++ b/media-libs/openexr_ctl/openexr_ctl-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr_ctl/openexr_ctl-1.0.0.ebuild,v 1.1 2007/09/13 21:08:14 aballier Exp $
+
+DESCRIPTION="OpenEXR CTL libraries"
+HOMEPAGE="http://sourceforge.net/projects/ampasctl"
+SRC_URI="mirror://sourceforge/ampasctl/${P}.tar.gz"
+
+LICENSE="AMPAS"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/ilmbase
+ media-libs/openexr
+ media-libs/ctl"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+ dodoc AUTHORS ChangeLog NEWS README
+}