changeset 0:21b08f55a6ac draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libmagic_5_25 commit d0bb6529173d4576c834a5787a0c97518862e4fa
author iuc
date Mon, 29 Feb 2016 09:49:49 -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	Mon Feb 29 09:49:49 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>