summaryrefslogtreecommitdiff
path: root/packages/cups/cups_1.1.23.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-08-07 11:11:46 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2006-08-07 11:11:46 +0000
commit298dd441a0efb859be6fc0da4b3ae069e3b1de3f (patch)
tree32c081aca477ae67b953f441331ccb186654e009 /packages/cups/cups_1.1.23.bb
parentaf5f0bd309b34453fcc397c05ed34c33f53f33ef (diff)
parent578337a073332bac0da58ce23ded325ae294b035 (diff)
merge of 70cd861a84040db0f14008d8552b1f2dbc5c8084
and a7904b535294d222e83d153c9fc22b575a5952c4
Diffstat (limited to 'packages/cups/cups_1.1.23.bb')
-rw-r--r--packages/cups/cups_1.1.23.bb16
1 files changed, 14 insertions, 2 deletions
diff --git a/packages/cups/cups_1.1.23.bb b/packages/cups/cups_1.1.23.bb
index 52343b004e..d5b0d649ba 100644
--- a/packages/cups/cups_1.1.23.bb
+++ b/packages/cups/cups_1.1.23.bb
@@ -1,9 +1,10 @@
-DEPENDS = "openssl jpeg libpng zlib install-native"
DESCRIPTION = "An Internet printing system for Unix."
SECTION = "console/utils"
LICENSE = "GPL LGPL"
-PR = "r1"
+DEPENDS = "openssl jpeg libpng zlib install-native"
+
+PR = "r4"
SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
file://strftime_fix.patch;patch=1"
@@ -32,6 +33,17 @@ fakeroot do_install () {
do_stage () {
install -d ${STAGING_INCDIR}/cups
install ${S}/cups/*.h ${STAGING_INCDIR}/cups/
+ install ${S}/filter/*.h ${STAGING_INCDIR}/cups/
oe_libinstall -C cups -so libcups ${STAGING_LIBDIR}
+ oe_libinstall -C filter -so libcupsimage ${STAGING_LIBDIR}
}
+#package the html for the webgui inside the main packages (~1MB uncompressed)
+FILES_${PN} += "${datadir}/doc/cups/images \
+ ${datadir}/doc/cups/*html \
+ ${datadir}/doc/cups/*.css \
+ "
+
+
+
+