Initial version of abusesasearch module

This commit is contained in:
Ossi Salmi 2013-05-31 12:27:13 +03:00
parent 0630f22306
commit b46bea5a69
7 changed files with 873 additions and 0 deletions

17
abusesasearch/Makefile Normal file
View file

@ -0,0 +1,17 @@
include $(CURDIR)/../Makefile.inc
BRANCH = default
SOURCE = https://bitbucket.org/clarifiednetworks/abusesa-search/get/$(BRANCH).tar.gz
TARGET = abusesa-search-$(BRANCH)-$(TIMESTAMP).tar.gz
all: tarball manifest
tarball: $(PACKAGES)/$(TARGET)
manifest: $(MANIFESTS)/abusesasearch.pp
$(PACKAGES)/$(TARGET):
@umask 022; echo $@; \
test -f $@ || curl --digest -u $(USER) -o $@ $(SOURCE)
$(MANIFESTS)/abusesasearch.pp: $(PACKAGES)/$(TARGET)
@umask 022; echo $@; \
echo '$$abusesa_search_package_latest = "$(TARGET)"' > $@