############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = file version = 5.43 release = 1 groups = System/Tools url = http://www.darwinsys.com/file/ license = BSD summary = A utility for determining file types. description The file command is used to identify a particular file according to the type of data contained by the file. File can identify many different file types, including ELF binaries, system libraries, RPM packages, and different graphics formats. end source_dl = ftp://ftp.astron.com/pub/file/ build requires bzip2-devel libseccomp-devel lz4-devel xz-devel zlib-devel zstd-devel end configure_options += \ --disable-static \ --enable-fsect-man5 export LD_LIBRARY_PATH = %{DIR_APP}/src/.libs test make check end end packages package %{name} package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end