From: Graeme Gregory Date: Tue, 7 Feb 2006 14:50:22 +0000 (+0000) Subject: gnome-cups-manager_0.31.bb, libgnomecups_0.2.2.bb : add these to OE now cups exists. X-Git-Tag: Release-2010-05/1~9453^2~2415 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2564f341b46fbc5e77b950ad977e185a1997e0b;p=openembedded.git 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 --- diff --git a/packages/cups/cups_1.1.23.bb b/packages/cups/cups_1.1.23.bb index 500010226f..9094bb9dff 100644 --- a/packages/cups/cups_1.1.23.bb +++ b/packages/cups/cups_1.1.23.bb @@ -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 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 +} +