blob: d27e2160424d6b4095017c91cee2d706f3e6c44c [file] [log] [blame] [edit]
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/vstgl/vstgl-0.6.2.ebuild,v 1.6 2008/07/27 22:26:20 carlo Exp $
EAPI=1
inherit eutils qt3
IUSE=""
DESCRIPTION="Visual Signal Transition Graph Lab"
HOMEPAGE="http://vstgl.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
DEPEND="x11-libs/qt:3
media-libs/libpng
sys-libs/zlib
sci-electronics/petrify"
S="${WORKDIR}/${PN}"
src_unpack()
{
unpack ${A}
cd "${S}"
sed -e "s:^qmake:${QTDIR}\/bin\/qmake:" -i configure
}
src_install () {
einstall INSTALL_ROOT=${D} || die
dodoc README
dodir /usr/share/doc/${P}/
cp -pPR examples ${D}/usr/share/doc/${P}/
}