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
:= e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476
10 PKG_DESCR
:= make fuzzy comparisons of strings
11 PKG_SECTION
:= libs
/misc
12 PKG_SITES
:= http
://fstrcmp.sourceforge.net
/
15 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).D001.
tar.gz
16 WRKDIST
= $(WRKDIR
)/$(PKG_NAME
)-$(PKG_VERSION
).D001
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,FSTRCMP
,fstrcmp
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
24 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk