[Buildroot] svn commit: trunk/buildroot/package: libconfuse

Hans-Christian Egtvedt hans-christian.egtvedt at atmel.com
Mon Sep 22 10:49:40 UTC 2008


jacmet at uclibc.org wrote:

<snipp>

> Added: trunk/buildroot/package/libconfuse/libconfuse.mk
> ===================================================================
> --- trunk/buildroot/package/libconfuse/libconfuse.mk	                        (rev 0)
> +++ trunk/buildroot/package/libconfuse/libconfuse.mk	2008-09-22 08:11:05 UTC (rev 23452)
> @@ -0,0 +1,18 @@
> +#############################################################
> +#
> +# libconfuse
> +#
> +#############################################################
> +LIBCONFUSE_VERSION:=2.6
> +LIBCONFUSE_SOURCE:=confuse-$(LIBCONFUSE_VERSION).tar.gz
> +LIBCONFUSE_SITE:=http://bzero.se/confuse/
> +LIBCONFUSE_AUTORECONF:=NO
> +LIBCONFUSE_INSTALL_STAGING:=YES
> +LIBCONFUSE_INSTALL_TARGET:=YES

Can be dropped, this is default.

> +LIBCONFUSE_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip
> +
> +LIBCONFUSE_CONF_OPT:=--enable-shared --disable-rpath $(DISABLE_NLS)
> +
> +LIBCONFUSE_DEPENDENCIES = uclibc

Can be dropped, this is default.

> +
> +$(eval $(call AUTOTARGETS,package,libconfuse))
> 

<snipp>

-- 
HC



More information about the buildroot mailing list