gnome-cups-manager_0.31.bb, libgnomecups_0.2.2.bb : add these to OE now cups exists.
authorGraeme Gregory <dp@xora.org.uk>
Tue, 7 Feb 2006 14:50:22 +0000 (14:50 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 7 Feb 2006 14:50:22 +0000 (14:50 +0000)
cups_1.1.23.bb : inherit binconfig for cups-config staging and add staging for the header files and libs

packages/cups/cups_1.1.23.bb
packages/gnome/gnome-cups-manager_0.31.bb [new file with mode: 0644]
packages/gnome/libgnomecups_0.2.2.bb [new file with mode: 0644]

index 5000102..9094bb9 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPL LGPL"
 
 SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2"
 
-inherit autotools
+inherit autotools binconfig
 
 LDFLAGS += " -L${STAGING_LIBDIR} "
 
@@ -25,3 +25,10 @@ do_compile () {
 do_install () {
        oe_runmake "DSTROOT=${D}" install
 }
+
+do_stage () {
+       install -d ${STAGING_INCDIR}/cups
+       install ${S}/cups/*.h ${STAGING_INCDIR}/cups/
+       oe_libinstall -C cups -so libcups ${STAGING_LIBDIR}
+}
+
diff --git a/packages/gnome/gnome-cups-manager_0.31.bb b/packages/gnome/gnome-cups-manager_0.31.bb
new file mode 100644 (file)
index 0000000..2023cda
--- /dev/null
@@ -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 (file)
index 0000000..4fcefb6
--- /dev/null
@@ -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
+}
+