DESCRIPTION = "A client-side URL transfer utility" HOMEPAGE = "http://curl.haxx.se/" LICENSE = "MIT" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Sven-Ola Tuecke " DEPENDS = "openssl zlib" SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.gz" inherit autotools EXTRA_OECONF = "--with-random=/dev/urandom --includedir=${STAGING_INCDIR} --libdir=${STAGING_LIBDIR}"