0a5e5534cb
Now that those values are passed at the autotools infrastructure level, there's no need for every package to pass inconsistent values. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
438 B
Makefile
16 lines
438 B
Makefile
#############################################################
|
|
#
|
|
# 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
|
|
|
|
LIBCONFUSE_CONF_OPT:=--disable-rpath
|
|
|
|
$(eval $(call AUTOTARGETS,package,libconfuse))
|