# HG changeset patch # User mvdbeek # Date 1456498857 18000 # Node ID 5cc982981da6148bb0fe5c2855965a2fdbbe4bf5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libmagic_5_25 commit 63e5f020f3f458b4ec43dd44764448efa3178f59-dirty diff -r 000000000000 -r 5cc982981da6 tool_dependencies.xml --- /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 @@ + + + + + + ftp://ftp.astron.com/pub/file/file-5.25.tar.gz + + --disable-dependency-tracking --disable-silent-rules --enable-static + + $INSTALL_DIR/lib/pkgconfig + $INSTALL_DIR/lib + $INSTALL_DIR/include + $INSTALL_DIR/include + + + + + 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. + + +