Initial version of abusesasearch module
This commit is contained in:
parent
0630f22306
commit
b46bea5a69
7 changed files with 873 additions and 0 deletions
17
abusesasearch/Makefile
Normal file
17
abusesasearch/Makefile
Normal 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)"' > $@
|
Loading…
Add table
Add a link
Reference in a new issue