gentoo-full-overlay/net-misc/vncrec/vncrec-0.2.ebuild

34 lines
792 B
Bash

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vncrec/vncrec-0.2.ebuild,v 1.7 2010/10/28 09:41:11 ssuominen Exp $
DESCRIPTION="VNC session recorder and player"
HOMEPAGE="http://www.sodan.org/~penny/vncrec/"
SRC_URI="http://www.sodan.org/~penny/vncrec/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
RDEPEND="x11-libs/libXaw
x11-libs/libXp"
DEPEND="${RDEPEND}
app-text/rman
x11-misc/gccmakedep
x11-misc/imake
x11-proto/xextproto"
src_compile() {
touch vncrec/vncrec.man
xmkmf || die
emake \
CDEBUGFLAGS="${CFLAGS}" \
CXXDEBUGFLAGS="${CXXFLAGS}" \
World || die
}
src_install() {
make install DESTDIR="${D}" || die
dodoc ChangeLog README README.vnc
}