# Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # $Header: /home/cvsroot/gentoo-x86/app-admin/gentoolkit/files/scripts/mkebuild,v 1.2 2003/01/07 16:46:38 mholzer Exp $ DESCRIPTION="SMIL is the file format kino uses to save projects. Here are a collection of command line tools for SMIL manipulation." HOMEPAGE="http://users.pandora.be/acp/kino/smilutils.html" SRC_URI="http://users.pandora.be/acp/kino/${P}.tar.gz" LICENSE="GPL-2" S=${WORKDIR}/${P} IUSE="" SLOT="0" KEYWORDS="x86" DEPEND=">=media-video/kino-0.6" src_compile() { local myconf ./configure ${myconf} \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --disable-dependency-tracking \ --disable-debug || die emake || die } src_install () { make DESTDIR=${D} install || die }