# # # Name: findutils.mk # CSCRATCH make include file for 'find' Utils for NORD # # SC_APN = findutils SC_APV = 4.6.0 SC_ARC = tar.gz SC_VRM = $(SC_APN)-$(SC_APV) SC_URL = \ https://ftp.gnu.org/pub/gnu/$(SC_APN)/$(SC_VRM).$(SC_ARC) \ https://ftp.gnu.org/pub/gnu/$(SC_APN)/$(SC_VRM).$(SC_ARC).sig SC_SOURCE_VERIFY = gpg --verify arc/$(SC_APN)/$(SC_VRM).$(SC_ARC).sig # gpg --keyserver hkp://pgp.mit.edu/ --recv-keys 0xa15b725964a95ee5 #SC_FETCH = #SC_SOURCE = SC_CONFIG = ./configure --prefix=/usr --disable-nls SC_FIXUP = strip /usr/bin/find \ /usr/bin/locate /usr/bin/xargs \ /usr/libexec/bigram /usr/libexec/code \ /usr/libexec/frcode #SC_INSTALL =