diff options
Diffstat (limited to 'package/libupnp/Makefile')
-rw-r--r-- | package/libupnp/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/package/libupnp/Makefile b/package/libupnp/Makefile index 44352b17b..ec55edfde 100644 --- a/package/libupnp/Makefile +++ b/package/libupnp/Makefile @@ -5,24 +5,20 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libupnp PKG_VERSION:= 1.6.6 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= 8918dcf7428cd119d0c8275765ff2833 PKG_DESCR:= The Universal Plug and Play (UPnP) SDK library PKG_SECTION:= libs PKG_DEPENDS:= libpthread PKG_URL:= http://pupnp.sourceforge.net/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=pupnp/} - -PKG_SUBPKGS:= LIBUPNP LIBUPNP_DEV -PKGSD_LIBUPNP_DEV:= libupnp headers -PKGSC_LIBUPNP_DEV:= devel +PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBUPNP,libupnp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,LIBUPNP_DEV,libupnp-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBUPNP_DEV},${PKGSC_LIBUPNP_DEV})) +$(eval $(call PKG_template,LIBUPNP,libupnp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) TARGET_CFLAGS+= -fPIC @@ -36,8 +32,4 @@ libupnp-install: ${INSTALL_DIR} ${IDIR_LIBUPNP}/usr/lib ${CP} ${WRKINST}/usr/lib/lib*.so* ${IDIR_LIBUPNP}/usr/lib -libupnp-dev-install: - ${INSTALL_DIR} ${IDIR_LIBUPNP_DEV}/usr/include - ${CP} ${WRKINST}/usr/include/* ${IDIR_LIBUPNP_DEV}/usr/include - include ${TOPDIR}/mk/pkg-bottom.mk |