diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-02-07 14:50:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-07 14:50:22 +0000 |
commit | c2564f341b46fbc5e77b950ad977e185a1997e0b (patch) | |
tree | 9bfcb09ded5154338f4bfda7427189eeda8e6416 /packages/gnome | |
parent | eb613287c594aba337c66d2c2fac15b10e18d35e (diff) |
gnome-cups-manager_0.31.bb, libgnomecups_0.2.2.bb : add these to OE now cups exists.
cups_1.1.23.bb : inherit binconfig for cups-config staging and add staging for the header files and libs
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/gnome-cups-manager_0.31.bb | 14 | ||||
-rw-r--r-- | packages/gnome/libgnomecups_0.2.2.bb | 12 |
2 files changed, 26 insertions, 0 deletions
diff --git a/packages/gnome/gnome-cups-manager_0.31.bb b/packages/gnome/gnome-cups-manager_0.31.bb new file mode 100644 index 0000000000..2023cdac5d --- /dev/null +++ b/packages/gnome/gnome-cups-manager_0.31.bb @@ -0,0 +1,14 @@ +DESCRIPTION="Gnome Cups Manager" +LICENSE="GPLv2" +PR="r0" + +DEPENDS="glib-2.0 gtk+ pango libgnomecups" + +inherit gnome pkgconfig + +SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gnome-cups-manager/0.31/gnome-cups-manager-0.31.tar.bz2" + +do_stage() { +autotools_stage_all +} + diff --git a/packages/gnome/libgnomecups_0.2.2.bb b/packages/gnome/libgnomecups_0.2.2.bb new file mode 100644 index 0000000000..4fcefb6454 --- /dev/null +++ b/packages/gnome/libgnomecups_0.2.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION="Gnome Cups Manager" +LICENSE="GPLv2" +PR="r0" + +DEPENDS="glib-2.0 gtk+ pango cups" + +inherit gnome pkgconfig + +do_stage() { +autotools_stage_all +} + |