Rename packages to recipes to sync the overlay with mainline oe.dev
[openpandora.oe.git] / recipes / pandora-system / pandora-matchbox-gtk-theme.bb
1 DESCRIPTION = "Matchbox window manager theme for the Pandora"
2 LICENSE = "GPL"
3 DEPENDS = "matchbox-wm"
4 SECTION = "x11/wm"
5
6 DEFAULT_PREFERENCE = "-1"
7
8 PV = "0.1"
9 PR = "r0"
10
11 PACKAGE_ARCH = "all"
12
13 SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
14 S = "${WORKDIR}/matchbox-sato"
15
16 inherit autotools pkgconfig
17
18 FILES_${PN} = "${datadir}/themes/Sato"
19
20