Is there any way how to download two libraries into one directory?

My use case:
I'm trying to download libraries for http://drupal.org/project/views_pdf
There are two libraries that should be "mixed" in /sites/all/libraries/fpdi

1st is OK:

libraries[fpdi][download][type] = "file"
libraries[fpdi][download][url] = "http://www.setasign.de/supra/kon2_dl/39034/FPDI-1.4.2.zip"

But I don't know how to edit this:

libraries[fpdf_tpl][download][type] = "file"
libraries[fpdf_tpl][download][url] = "http://www.setasign.de/supra/kon2_dl/30471/FPDF_TPL-1.2.zip"

This one have to be in the same directory as 1st one.

Comments

greg.1.anderson’s picture

Status: Active » Closed (won't fix)

Closing support request due to lack of activity. Sorry no one was able to help you with your issue. Please re-open if you are still having trouble, or consider posting a question on Drupal Stack Exchange. If you have solved your problem, it would be helpful it you posted the resolution here to help others who may have the same problem in the future.

radimklaska’s picture

No problem. I ended up creating my own repo with those two libraries already "mixed" together.