############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = autoconf version = 2.71 release = 3 groups = Development/Tools url = https://www.gnu.org/software/autoconf/ license = GPLv2+ summary = A GNU tool for automatically configuring source code. description GNU's Autoconf is a tool for configuring source code and Makefiles. \ Using Autoconf, programmers can create portable and configurable \ packages, since the person building the package is allowed to \ specify various configuration options. end source_dl = https://ftp.gnu.org/gnu/autoconf/ sources = %{thisapp}.tar.xz build arches = noarch requires m4 perl perl(File::Compare) perl(File::Copy) perl(Data::Dumper) end end packages package %{name} requires m4 # Does not get autodetected correctly perl(File::Compare) end filter_requires perl>=[0-9]\:.* end end end