|  | @@ -7,7 +7,7 @@ PKG_NAME:=		findutils
 | 
	
		
			
				|  |  |  PKG_VERSION:=		4.4.2
 | 
	
		
			
				|  |  |  PKG_RELEASE:=		4
 | 
	
		
			
				|  |  |  PKG_MD5SUM:=		351cc4adb07d54877fa15f75fb77d39f
 | 
	
		
			
				|  |  | -PKG_DESCR:=		GNU utilities for finding files
 | 
	
		
			
				|  |  | +PKG_DESCR:=		utilities for finding files
 | 
	
		
			
				|  |  |  PKG_SECTION:=		utils
 | 
	
		
			
				|  |  |  PKG_DEPENDS:=		libpthread
 | 
	
		
			
				|  |  |  PKG_BUILDDEP:=		autotool
 | 
	
	
		
			
				|  | @@ -18,12 +18,15 @@ PKG_SUBPKGS:=		FIND XARGS LOCATE
 | 
	
		
			
				|  |  |  PKGSD_LOCATE:=		locate utility
 | 
	
		
			
				|  |  |  PKGSD_XARGS:=		xargs utility
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +include $(TOPDIR)/mk/host.mk
 | 
	
		
			
				|  |  |  include $(TOPDIR)/mk/package.mk
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +$(eval $(call HOST_template,FINDUTILS,findutils,$(PKG_VERSION)-${PKG_RELEASE}))
 | 
	
		
			
				|  |  |  $(eval $(call PKG_template,FIND,find,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 | 
	
		
			
				|  |  |  $(eval $(call PKG_template,XARGS,xargs,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_XARGS},${PKG_SECTION}))
 | 
	
		
			
				|  |  |  $(eval $(call PKG_template,LOCATE,locate,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LOCATE},${PKG_SECTION}))
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +HOST_STYLE:=		auto
 | 
	
		
			
				|  |  |  AUTOTOOL_STYLE:=	autoreconf
 | 
	
		
			
				|  |  |  CONFIGURE_ENV+=		gl_cv_func_wcwidth_works=yes \
 | 
	
		
			
				|  |  |  			ac_cv_func_working_mktime=yes
 | 
	
	
		
			
				|  | @@ -44,4 +47,5 @@ locate-install:
 | 
	
		
			
				|  |  |  	$(INSTALL_BIN) $(WRKINST)/usr/libexec/{bigram,code,frcode} \
 | 
	
		
			
				|  |  |  		$(IDIR_LOCATE)/usr/libexec
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +include ${TOPDIR}/mk/host-bottom.mk
 | 
	
		
			
				|  |  |  include ${TOPDIR}/mk/pkg-bottom.mk
 |