The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / liboauth / liboauth.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/liboauth/liboauth.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/liboauth/liboauth.mk
new file mode 100644 (file)
index 0000000..3b482bf
--- /dev/null
@@ -0,0 +1,20 @@
+################################################################################
+#
+# liboauth
+#
+################################################################################
+
+LIBOAUTH_VERSION = 1.0.3
+LIBOAUTH_SITE = http://liboauth.sourceforge.net/pool
+LIBOAUTH_INSTALL_STAGING = YES
+LIBOAUTH_DEPENDENCIES += host-pkgconf openssl
+LIBOAUTH_LICENSE = MIT
+LIBOAUTH_LICENSE_FILES = COPYING.MIT
+
+ifeq ($(BR2_PACKAGE_LIBCURL),y)
+LIBOAUTH_DEPENDENCIES += libcurl
+else
+LIBOAUTH_CONF_OPTS += --disable-libcurl
+endif
+
+$(eval $(autotools-package))