# Copyright 2004 Stefan Nickl # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-radio/drm/drm-1.2.4.ebuild,v 1.1 2005/12/21 21:30:57 egore Exp $ DESCRIPTION="Open-Source Software Implementation of a DRM-Receiver" HOMEPAGE="http://drm.sourceforge.net/" SRC_URI="mirror://sourceforge/drm/${P}.tar.gz" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="virtual/libc media-libs/faad2 >=x11-libs/qwt-4.2.0_rc1 sci-libs/fftw >=sys-devel/autoconf-2.58" src_compile() { addwrite "${ROOT}/usr/qt/3/etc/settings" econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die "einstall failed" dodoc README AUTHORS COPYING ChangeLog INSTALL } pkg_postinst() { einfo einfo "If you get an error about a missing libqwt.so.4" einfo "when starting drm, run ldconfig and try again" einfo }