diff options
Diffstat (limited to 'media-libs/schroedinger/schroedinger-1.0.7-r2.ebuild')
-rw-r--r-- | media-libs/schroedinger/schroedinger-1.0.7-r2.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/media-libs/schroedinger/schroedinger-1.0.7-r2.ebuild b/media-libs/schroedinger/schroedinger-1.0.7-r2.ebuild deleted file mode 100644 index 09c9c9a23d23..000000000000 --- a/media-libs/schroedinger/schroedinger-1.0.7-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.7-r2.ebuild,v 1.2 2009/10/05 10:12:14 ssuominen Exp $ - -EAPI=2 -inherit libtool - -DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec" -HOMEPAGE="http://www.diracvideo.org" -SRC_URI="http://www.diracvideo.org/download/${PN}/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-libs/liboil-0.3.16" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - elibtoolize -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-gtk-doc \ - --disable-gstreamer -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS NEWS TODO -} |