summaryrefslogtreecommitdiffstats
path: root/package/libupnp/libupnp.mk
blob: 9cd2e7f82f089df0c48b215196acbe1d2ccf411e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#############################################################
#
# libupnp
#
#############################################################
LIBUPNP_VERSION:=1.6.6
LIBUPNP_SOURCE:=libupnp-$(LIBUPNP_VERSION).tar.bz2
LIBUPNP_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/pupnp

LIBUPNP_INSTALL_STAGING:=YES
LIBUPNP_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip

$(eval $(call AUTOTARGETS,package,libupnp))
OpenPOWER on IntegriCloud