Makefile 765 B

123456789101112131415161718192021222324
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(ADK_TOPDIR)/rules.mk
  4. PKG_NAME:= fstrcmp
  5. PKG_VERSION:= 0.7
  6. PKG_RELEASE:= 1
  7. PKG_HASH:= e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476
  8. PKG_DESCR:= make fuzzy comparisons of strings
  9. PKG_SECTION:= libs/misc
  10. PKG_SITES:= http://fstrcmp.sourceforge.net/
  11. PKG_OPTS:= dev
  12. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).D001.tar.gz
  13. WRKDIST= $(WRKDIR)/$(PKG_NAME)-$(PKG_VERSION).D001
  14. include $(ADK_TOPDIR)/mk/package.mk
  15. $(eval $(call PKG_template,FSTRCMP,fstrcmp,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
  16. fstrcmp-install:
  17. include $(ADK_TOPDIR)/mk/pkg-bottom.mk