Added abusesa module
This commit is contained in:
parent
2ed137d179
commit
de18ca60ab
2 changed files with 65 additions and 0 deletions
17
abusesa/Makefile
Normal file
17
abusesa/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
include $(CURDIR)/../Makefile.inc
|
||||
|
||||
BRANCH = default
|
||||
SOURCE = https://bitbucket.org/clarifiednetworks/abusesa/get/$(BRANCH).tar.gz
|
||||
TARGET = abusesa-$(BRANCH)-$(TIMESTAMP).tar.gz
|
||||
|
||||
all: tarball manifest
|
||||
tarball: $(PACKAGES)/$(TARGET)
|
||||
manifest: $(MANIFESTS)/abusesa.pp
|
||||
|
||||
$(PACKAGES)/$(TARGET):
|
||||
@umask 022; echo $@; \
|
||||
test -f $@ || curl --digest -u $(USER) -o $@ $(SOURCE)
|
||||
|
||||
$(MANIFESTS)/abusesa.pp: $(PACKAGES)/$(TARGET)
|
||||
@umask 022; echo $@; \
|
||||
echo '$$abusesa_package_latest = "$(TARGET)"' > $@
|
Loading…
Add table
Add a link
Reference in a new issue