summaryrefslogtreecommitdiffstats
path: root/recipes/icon-slicer/icon-slicer-native_0.3.bb
blob: f7be0de306b68fa2099a48c22a8d38e411d3f1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "MIT"

SRC_URI = "http://freedesktop.org/software/icon-slicer/releases/icon-slicer-${PV}.tar.gz"

inherit autotools native

DEPENDS = "gdk-pixbuf-csource-native popt-native"

S = "${WORKDIR}/icon-slicer-${PV}"

AUTOTOOLS_STAGE_PKGCONFIG = "1"

do_stage() {
        autotools_stage_all
}