diff options
Diffstat (limited to 'meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb')
-rw-r--r-- | meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb new file mode 100644 index 0000000000..eb903a19c5 --- /dev/null +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Matchbox window manager Sato themes" | ||
2 | LICENSE = "CC-BY-SA3" | ||
3 | DEPENDS = "matchbox-wm" | ||
4 | SECTION = "x11/wm" | ||
5 | |||
6 | SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | FILES_${PN} += "${datadir}/themes" | ||
11 | |||