[Buildroot] [PATCH] liboauth: Add new package

Peter Korsgaard jacmet at uclibc.org
Thu Feb 2 11:53:19 UTC 2012


>>>>> "Will" == Will Newton <will.newton at gmail.com> writes:

 Will> +#############################################################
 Will> +#
 Will> +# liboauth
 Will> +#
 Will> +#############################################################
 Will> +LIBOAUTH_VERSION = 0.9.6
 Will> +LIBOAUTH_SOURCE = liboauth-$(LIBOAUTH_VERSION).tar.gz
 Will> +LIBOAUTH_SITE = http://liboauth.sourceforge.net/pool
 Will> +LIBOAUTH_INSTALL_STAGING = YES
 Will> +
 Will> +LIBOAUTH_DEPENDENCIES += host-pkg-config openssl
 Will> +
 Will> +ifneq ($(BR2_PACKAGE_LIBCURL),y)
 Will> +LIBOAUTH_CONF_OPT += --disable-libcurl
 Will> +else
 Will> +LIBOAUTH_DEPENDENCIES += libcurl
 Will> +endif

I prefer positive tests, so I swapped the libcurl conditional
around. Otherwise it looks good - Committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list