From da9e38236f66050e87d8bd2c8f05f2326282aa58 Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Mon, 11 Oct 2004 15:05:02 +0000 Subject: More section fixes BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ --- came/came_1.7.oe | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'came') diff --git a/came/came_1.7.oe b/came/came_1.7.oe index e69de29bb2..0459fe0e7b 100644 --- a/came/came_1.7.oe +++ b/came/came_1.7.oe @@ -0,0 +1,20 @@ +DESCRIPTION = "camE is a rewrite of the xawtv webcam app, which adds imlib2 \ +support and additional features." +MAINTAINER = "Chris Larson " +DEPENDS = "curl giblib" +SECTION = "x11/utils" + +SRC_URI = "http://linuxbrit.co.uk/downloads/camE-${PV}.tar.gz \ + file://make.patch;patch=1 \ + file://compile.patch;patch=1" +S = "${WORKDIR}/camE-${PV}" + +do_install () { + oe_runmake 'DESTDIR=${D}' \ + 'prefix=${prefix}' \ + 'exec_prefix=${exec_prefix}' \ + 'bindir=${bindir}' \ + 'mandir=${mandir}' \ + 'docdir=${datadir}/doc/${P}' \ + install +} -- cgit v1.2.3