libupnp.mk 417 B

1234567891011121314
  1. #############################################################
  2. #
  3. # libupnp
  4. #
  5. #############################################################
  6. LIBUPNP_VERSION:=1.6.6
  7. LIBUPNP_SOURCE:=libupnp-$(LIBUPNP_VERSION).tar.bz2
  8. LIBUPNP_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/pupnp
  9. LIBUPNP_CONF_ENV = ac_cv_lib_compat_ftime=no
  10. LIBUPNP_INSTALL_STAGING:=YES
  11. $(eval $(call AUTOTARGETS,package,libupnp))