addons package makefile
This commit is contained in:
parent
de90be911f
commit
4a21a505df
1 changed files with 15 additions and 0 deletions
15
Makefile
Normal file
15
Makefile
Normal file
|
@ -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."
|
Loading…
Reference in a new issue