As I have yet been able to install the the dependencies the correct way I opted to use the suggestion in one other issues for vCard, to place the dependencies in the module directory.

As I want to put this module in a Drush Make file that approach doesn't exactly work, so I have put together a patch so that the dependencies can live in the libraries folder.

Patch attached to next comment so I can use the issue number in the patch name.

CommentFileSizeAuthor
#1 libraries_api-1122936-1.patch717 bytesdeciphered

Comments

deciphered’s picture

StatusFileSize
new717 bytes

Drush make entry:

projects[vcard][subdir] = "contrib"
projects[vcard][patch][] = "http://drupal.org/files/issues/libraries_api-1122936-1.patch"
libraries[Contact_Vcard_Build][download][type] = "get"
libraries[Contact_Vcard_Build][download][url] = "http://download.pear.php.net/package/Contact_Vcard_Build-1.1.2.tgz"