From: Koen Kooi Date: Sat, 13 Oct 2007 18:01:30 +0000 (+0000) Subject: ijs: add 0.35 X-Git-Tag: Release-2010-05/1~8549^2~1^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b6e2ac660cd635f1161fd1ef43fc80f21f84d1;p=openembedded.git ijs: add 0.35 --- diff --git a/packages/gutenprint/ijs_0.35.bb b/packages/gutenprint/ijs_0.35.bb new file mode 100644 index 0000000000..18407480c9 --- /dev/null +++ b/packages/gutenprint/ijs_0.35.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Inkjet driver from linuxprinting.org" +LICENSE = "MIT" +HOMEPAGE = "http://www.linuxprinting.org/ijs/" + +SRC_URI = "http://www.linuxprinting.org/ijs/download/ijs-${PV}.tar.bz2" + +inherit autotools pkgconfig binconfig lib_package + +EXTRA_OECONF = " --enable-shared " + +do_stage() { + autotools_stage_all +} + +