diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-11 15:05:02 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-11 15:05:02 +0000 |
commit | da9e38236f66050e87d8bd2c8f05f2326282aa58 (patch) | |
tree | b9bfd64e913f7d98403f7105f43a7ba6bf5f8469 /came | |
parent | eaf972b286b334de7e24cf399de92627f89f3175 (diff) |
More section fixes
BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ
Diffstat (limited to 'came')
-rw-r--r-- | came/came_1.7.oe | 20 |
1 files changed, 20 insertions, 0 deletions
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 <kergoth@handhelds.org>" +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 +} |