X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f14b137da6678a79a0368bbd36bcb1f401ccc618..ff6d231f67bd6607eefb3acd35f95ee6f3fa26e6:/package/uci/Makefile diff --git a/package/uci/Makefile b/package/uci/Makefile index 4b28de592..4c07edf3b 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=0.2 -UCI_RELEASE=5 +UCI_VERSION=0.3 +UCI_RELEASE=1 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) @@ -17,7 +17,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.openwrt.org/sources -PKG_MD5SUM:=e59b33adbee8212a2fbd855f7b52bcae +PKG_MD5SUM:=d1c7a1980b25f13f3c415b246051c758 include $(INCLUDE_DIR)/package.mk @@ -73,6 +73,13 @@ define Package/uci-sh/install $(CP) ./files/uci-sh/* $(1)/ endef +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/include + $(CP) $(PKG_BUILD_DIR)/uci{,_config}.h $(1)/usr/include + $(INSTALL_DIR) $(1)/usr/lib + $(CP) $(PKG_BUILD_DIR)/libuci.so* $(1)/usr/lib +endef + $(eval $(call BuildPackage,uci)) $(eval $(call BuildPackage,libuci)) $(eval $(call BuildPackage,uci-sh))