############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = apr-util version = 1.6.1 release = 2.1 groups = System/Libraries url = https://apr.apache.org/ license = ASL 2.0 summary = Apache Portable Runtime library description The mission of the Apache Portable Runtime (APR) is to provide a free library of C data structures and routines, forming a system portability layer to as many operating systems as possible. end source_dl = https://archive.apache.org/dist/apr/ build requires apr-devel autoconf libdb-devel expat-devel libuuid-devel openssl-devel end configure_options += \ --with-apr=/usr \ --with-berkeley-db \ --with-crypto \ --with-openssl install_cmds # Remove unneeded file. rm -rvf %{BUILDROOT}/usr/lib/aprutil.exp end end packages package %{name} package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end