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