# HG changeset patch # User iuc # Date 1456757309 18000 # Node ID c7b9857a152230bea50540c71b46c5323d5a06d5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libmagic_5_25 commit d0bb6529173d4576c834a5787a0c97518862e4fa diff -r 000000000000 -r c7b9857a1522 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Feb 29 09:48:29 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. + + +