Another pass of .oe cleanups.
[vuplus_openembedded] / cups / cups_1.1.19.oe
1 DEPENDS = "virtual/libc openssl jpeg libpng zlib"
2 RDEPENDS = "libc6 openssl jpeg libpng zlib"
3 DESCRIPTION = "An Internet printing system for Unix."
4
5 SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2"
6
7 inherit autotools
8
9 do_compile () {
10         oe_runmake "SSLLIBS=-lssl -lcrypto -L${STAGING_LIBDIR}" \
11                    "LIBPNG=-lpng -lm -L${STAGING_LIBDIR}" \
12                    "LIBJPEG=-ljpeg -L${STAGING_LIBDIR}" \
13                    "LIBZ=-lz -L${STAGING_LIBDIR}"
14 }
15
16 do_install () {
17         oe_runmake "DSTROOT=${D}" install
18 }