1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= d621e8bdd4b573918c8145f7ae61817d1be9deb4c8d2328a65cea8e11d783bd6
10 PKG_DESCR
:= show differences between two files
11 PKG_SECTION
:= sys
/utils
12 PKG_URL
:= http
://www.gnu.org
/software
/diffutils
/
13 PKG_SITES
:= $(MASTER_SITE_GNU
:=$(PKG_NAME
)/)
16 include $(ADK_TOPDIR
)/mk
/package.mk
18 $(eval
$(call PKG_template
,DIFFUTILS
,diffutils
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
20 CONFIGURE_ENV
+= ac_use_included_regex
=no
23 $(INSTALL_DIR
) $(IDIR_DIFFUTILS
)/usr
/bin
24 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/diff
$(IDIR_DIFFUTILS
)/usr
/bin
26 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk