Mercurial > repos > yhoogstrate > package_berkeley_db_1_86
comparison tool_dependencies.xml @ 3:fb38d1ff2437 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_berkeley_1_86 commit 01677c8ad812f99fb0c60c828a22d6223f85ce6d-dirty
| author | yhoogstrate |
|---|---|
| date | Tue, 22 Dec 2015 07:09:53 -0500 |
| parents | 360c7f09a826 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:360c7f09a826 | 3:fb38d1ff2437 |
|---|---|
| 3 <package name="berkeley_db" version="1.86"> | 3 <package name="berkeley_db" version="1.86"> |
| 4 <install version="1.0"> | 4 <install version="1.0"> |
| 5 <actions> | 5 <actions> |
| 6 <action type="download_by_url" | 6 <action type="download_by_url" |
| 7 sha256sum="1edefd96989f652c8b8ba5a9080ec27ef182e4b5fc0830c5144bb96e0eb15ab8">http://download.oracle.com/berkeley-db/db.1.86.tar.gz</action> | 7 sha256sum="1edefd96989f652c8b8ba5a9080ec27ef182e4b5fc0830c5144bb96e0eb15ab8">http://download.oracle.com/berkeley-db/db.1.86.tar.gz</action> |
| 8 <action type="shell_command"><![CDATA[ | |
| 9 chmod 644 hash/hash.c hash/hash.h hash/ndbm.c PORT/linux/Makefile && | |
| 10 | |
| 11 sed -i.bak "s@->errno@->dbm_errno@" hash/hash.c && | |
| 12 sed -i.bak "s@errno@dbm_errno@" hash/hash.h && | |
| 13 sed -i.bak "s@->errno@->dbm_errno@" hash/ndbm.c && | |
| 14 | |
| 15 sed -i.bak "s@{CC} -c -D@{CC} -fPIC -c -D@" PORT/linux/Makefile && | |
| 16 | |
| 17 cd PORT/linux && | |
| 18 make | |
| 19 ]]></action> | |
| 8 <action type="move_directory_files"> | 20 <action type="move_directory_files"> |
| 9 <source_directory>.</source_directory> | 21 <source_directory>.</source_directory> |
| 10 <destination_directory>$INSTALL_DIR</destination_directory> | 22 <destination_directory>$INSTALL_DIR</destination_directory> |
| 11 </action> | 23 </action> |
| 12 <action type="set_environment"> | 24 <action type="set_environment"> |
