aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sugar/sugar-artwork_0.84.1.bb
blob: c96cf7a38e2a4c719849508b5152418ed7963354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DESCRIPTION = "Sugar artwork"
LICENSE = "GPLv2"

PR = "r0"

DEPENDS = "sugar icon-slicer-native"

SRC_URI = "http://download.sugarlabs.org/sources/sucrose/glucose/sugar-artwork/${PN}-${PV}.tar.bz2 "

inherit autotools distutils-base

do_configure_prepend() {
        mkdir -p ${S}/m4
}

FILES_${PN} += "${datadir}/${PN} \
                ${datadir}/icons \
                ${datadir}/themes \
                ${sysconfdir} "

FILES_${PN}-dbg += "${libdir}/gtk-2.0/2.*/engines/.debug"

AUTOTOOLS_STAGE_PKGCONFIG = "1"

do_stage() {
        autotools_stage_all
}