diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-01 11:31:19 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-01 11:31:19 +0100 |
commit | 93c5f980ac61211e5666553b3f83a3ad478b4362 (patch) | |
tree | 73f0b6e6dc84fd39ba25b42569f3389540ad2292 /recipes/sudo/gksu_2.0.2.bb | |
parent | 1275b3b16f62ce9fb4a5a94ac49bbb896564f5ce (diff) |
gksu: add 2.0.2
libgksu: add 2.0.12
Diffstat (limited to 'recipes/sudo/gksu_2.0.2.bb')
-rw-r--r-- | recipes/sudo/gksu_2.0.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/sudo/gksu_2.0.2.bb b/recipes/sudo/gksu_2.0.2.bb new file mode 100644 index 0000000000..3b13db869b --- /dev/null +++ b/recipes/sudo/gksu_2.0.2.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "GKSu is a library that provides a Gtk+ frontend to su and sudo." +LICENSE = "GPLv2" +DEPENDS = "gtk+ libgksu nautilus" + +SRC_URI = "http://people.debian.org/~kov/gksu/gksu-${PV}.tar.gz" + +inherit autotools + +PACKAGES =+ "${PN}-nautilus-extension" +FILES_${PN}-nautilus-extension = "${libdir}/nautilus/extensions-2.0/*.so" + |