aboutsummaryrefslogtreecommitdiffstats
path: root/cups/cups_1.1.20.oe
blob: 9ebc6067b25bdcde15d82844555aedb020161a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DEPENDS = "openssl jpeg libpng zlib"
DESCRIPTION = "An Internet printing system for Unix."
SECTION = "console/utils"

SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2"

inherit autotools

do_compile () {
	oe_runmake "SSLLIBS=-lssl -lcrypto -L${STAGING_LIBDIR}" \
		   "LIBPNG=-lpng -lm -L${STAGING_LIBDIR}" \
		   "LIBJPEG=-ljpeg -L${STAGING_LIBDIR}" \
		   "LIBZ=-lz -L${STAGING_LIBDIR}"
}

do_install () {
	oe_runmake "DSTROOT=${D}" install
}