diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/povray/povray_3.6.1.bb | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/povray/povray_3.6.1.bb')
-rw-r--r-- | packages/povray/povray_3.6.1.bb | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/packages/povray/povray_3.6.1.bb b/packages/povray/povray_3.6.1.bb deleted file mode 100644 index 107c86cfb8..0000000000 --- a/packages/povray/povray_3.6.1.bb +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "The Persistence of Vision Raytracer is a high-quality, totally free tool for creating stunning three-dimensional graphics. " -HOMEPAGE = "http://www.povray.org" -SECTION = "console/graphics" -#Make this a weak assigment to allow branding of the povray binary -LICENSE = "povray" -DEPENDS = "virtual/libx11 zlib jpeg libpng tiff" -RDEPENDS = "" - -PR = "r2" - -#We apply a patch that subverts the checks for jpeg, zlib, png and tiff because we know OE has the required versions, but it is still a hack. -SRC_URI = "http://www.povray.org/redirect/www.povray.org/ftp/pub/povray/Official/Unix/${P}.tar.bz2 \ - file://configure-cross-hack.patch;patch=1" - -inherit autotools pkgconfig - -PARALLEL_MAKE = "" - -#autoreconf breaks, so we'll skip that. The added advantage is that the patch to ./configure actually has effect -do_configure() { - oe_runconf COMPILED_BY="${MAINTAINER}" -} - -PACKAGES += "${PN}-scenes ${PN}-ini ${PN}-icons ${PN}-scripts ${PN}-includes" - -PACKAGE_ARCH_${PN}-doc = "all" - -PACKAGE_ARCH_${PN}-scenes = "all" -FILES_${PN}-scenes = "${datadir}/povray-3.6/scenes" - -PACKAGE_ARCH_${PN}-ini = "all" -FILES_${PN}-ini = "${datadir}/povray-3.6/ini" - -PACKAGE_ARCH_${PN}-icons = "all" -FILES_${PN}-icons = "${datadir}/povray-3.6/icons" - -PACKAGE_ARCH_${PN}-scripts = "all" -FILES_${PN}-scripts = "${datadir}/povray-3.6/scripts" - -PACKAGE_ARCH_${PN}-includes = "all" -FILES_${PN}-includes = "${datadir}/povray-3.6/include" - |