aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devilspie/devilspie_0.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/devilspie/devilspie_0.22.bb')
-rw-r--r--recipes/devilspie/devilspie_0.22.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/devilspie/devilspie_0.22.bb b/recipes/devilspie/devilspie_0.22.bb
new file mode 100644
index 0000000000..90e40680a5
--- /dev/null
+++ b/recipes/devilspie/devilspie_0.22.bb
@@ -0,0 +1,13 @@
+DESCRIPTION="A Window Matching utility similar to Sawfish's 'Matched Windows' feature"
+HOMEPAGE="http://www.burtonini.com/blog/computers/devilspie"
+
+SRC_URI="http://www.burtonini.com/computing/${P}.tar.gz"
+
+LICENSE="GPL"
+
+inherit pkgconfig autotools
+
+PR = "r0"
+
+DEPENDS="intltool gettext"
+RDEPENDS="glib-2.0 gtk+ libwnck"