# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team # Author: Jan Czmok S=${WORKDIR}/${P} DESCRIPTION="Alevt is a vtx viewing application for linux" SRC_URI="ftp://metalab.unc.edu/pub/Linux/apps/video/alevt-1.6.0.tar.gz" HOMEPAGE="http://user.exit.de/froese/" DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 >=gnome-base/libglade-0.17-r1 >=x11-libs/gtk+-1.2.10-r4" src_compile() { # Fixing installation stuff (was /usr/local before mv Makefile Makefile.orig sed -e 's/local\///' Makefile.orig > Makefile echo '#include "time.h" ' > alevt-date.c emake || die } src_install () { make install rm ${D}/usr/bin/alevt dodoc README CHANGELOG }