From 92ab1f5a9b8413e15b8cc6f5a896354f88a47f87 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 27 Feb 2022 11:57:31 +0100 Subject: kodi: update to Matrix with all dependencies --- package/fstrcmp/Makefile | 24 ++++++++++++++++++++++++ package/fstrcmp/patches/patch-Makefile_in | 11 +++++++++++ 2 files changed, 35 insertions(+) create mode 100644 package/fstrcmp/Makefile create mode 100644 package/fstrcmp/patches/patch-Makefile_in (limited to 'package/fstrcmp') diff --git a/package/fstrcmp/Makefile b/package/fstrcmp/Makefile new file mode 100644 index 000000000..23eb0f6f1 --- /dev/null +++ b/package/fstrcmp/Makefile @@ -0,0 +1,24 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk + +PKG_NAME:= fstrcmp +PKG_VERSION:= 0.7 +PKG_RELEASE:= 1 +PKG_HASH:= e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476 +PKG_DESCR:= make fuzzy comparisons of strings +PKG_SECTION:= libs/misc +PKG_SITES:= http://fstrcmp.sourceforge.net/ +PKG_OPTS:= dev + +DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).D001.tar.gz +WRKDIST= $(WRKDIR)/$(PKG_NAME)-$(PKG_VERSION).D001 + +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,FSTRCMP,fstrcmp,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS))) + +fstrcmp-install: + +include $(ADK_TOPDIR)/mk/pkg-bottom.mk diff --git a/package/fstrcmp/patches/patch-Makefile_in b/package/fstrcmp/patches/patch-Makefile_in new file mode 100644 index 000000000..d947c7d30 --- /dev/null +++ b/package/fstrcmp/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- fstrcmp-0.7.D001.orig/Makefile.in 2014-03-05 01:13:45.000000000 +0100 ++++ fstrcmp-0.7.D001/Makefile.in 2022-02-26 01:14:24.379687998 +0100 +@@ -588,7 +588,7 @@ bin/test_user$(EXEEXT): $(test_user_obj) + $(LIBTOOL) --mode=link --tag=CC $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ \ + $(test_user_obj) lib/libfstrcmp.la $(LDFLAGS) $(LIBS) + +-all: all-bin all-doc ++all: all-bin + + all-bin: bin/fstrcmp$(EXEEXT) bin/test_prelude$(EXEEXT) bin/test_user$(EXEEXT) + -- cgit v1.2.3