Mercurial > repos > mvdbeek > package_libmagic_5_25
changeset 0:5cc982981da6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libmagic_5_25 commit 63e5f020f3f458b4ec43dd44764448efa3178f59-dirty
author | mvdbeek |
---|---|
date | Fri, 26 Feb 2016 10:00:57 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Feb 26 10:00:57 2016 -0500 @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="libmagic" version="5.25"> + <install version="1.0"> + <actions> + <action type="download_by_url" sha256sum="3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca">ftp://ftp.astron.com/pub/file/file-5.25.tar.gz</action> + <action type="shell_command"><![CDATA[ + rm src/magic.h + ]]></action> + <action type="autoconf">--disable-dependency-tracking --disable-silent-rules --enable-static</action> + <action type="set_environment"> + <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> + <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> + <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> + <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> + </action> + </actions> + </install> + <readme> + libmagic is the library that commonly supports the file command on Unix system, other than Max OSX which has its own implementation. The library handles the loading of database files that describe the magic numbers used to identify various file types, as well as the associated mime types. The library also handles character set detections. + </readme> + </package> +</tool_dependency>