OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #
2 # Copyright (C) 2006-2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7  
8 include $(TOPDIR)/rules.mk
9  
10 PKG_NAME:=expat
11 PKG_CPE_ID:=cpe:/a:libexpat:expat
3 office 12 PKG_VERSION:=2.2.5
1 office 13  
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
3 office 15 PKG_HASH:=d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6
1 office 16 PKG_SOURCE_URL:=@SF/expat
17  
18 HOST_BUILD_PARALLEL:=1
19  
20 include $(INCLUDE_DIR)/host-build.mk
21  
22 define Host/Install
23 $(MAKE) -C $(HOST_BUILD_DIR) install
24 endef
25  
26 $(eval $(call HostBuild))