cups_1.1.23.bb : inherit binconfig for cups-config staging and add staging for the header files and libs
SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2"
-inherit autotools
+inherit autotools binconfig
LDFLAGS += " -L${STAGING_LIBDIR} "
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}
+}
+
--- /dev/null
+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
+}
+
--- /dev/null
+DESCRIPTION="Gnome Cups Manager"
+LICENSE="GPLv2"
+PR="r0"
+
+DEPENDS="glib-2.0 gtk+ pango cups"
+
+inherit gnome pkgconfig
+
+do_stage() {
+autotools_stage_all
+}
+