|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libuv |
|
|
|
PKG_VERSION:=1.40.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=http://dist.libuv.org/dist/v$(PKG_VERSION)/ |
|
|
@ -49,6 +49,8 @@ define Build/InstallDev |
|
|
|
$(call Build/InstallDev/cmake,$(1)) |
|
|
|
$(SED) 's,/usr/include,$$$${prefix}/include,g' $(1)/usr/lib/pkgconfig/libuv.pc |
|
|
|
$(SED) 's,/usr/lib,$$$${prefix}/lib,g' $(1)/usr/lib/pkgconfig/libuv.pc |
|
|
|
$(SED) 's,/usr/include,$$$${prefix}/include,g' $(1)/usr/lib/pkgconfig/libuv-static.pc |
|
|
|
$(SED) 's,/usr/lib,$$$${prefix}/lib,g' $(1)/usr/lib/pkgconfig/libuv-static.pc |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/libuv/install |
|
|
|