From: Fabio Comuni Date: Mon, 14 Nov 2011 10:57:03 +0000 (+0100) Subject: addons package makefile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a21a505df40dbcd966c6b213e09b6070af7cfda;p=friendica-addons.git addons package makefile --- diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..0780ee67 --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +# Build addons packages +SRC = buglink fortunate nsfw sniper uhremotestorage \ + calc impressum oembed statusnet widgets \ + communityhome js_upload piwik tictac wppost \ + convert ldapauth poormancron tumblr \ + facebook membersince randplace twitter + +DESTS = $(addsuffix .tgz,$(SRC)) + +all: $(DESTS) + +%.tgz: % + @echo -n Creating $@... + @tar czf $@ $< + @echo " Done." \ No newline at end of file