# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json name : apr version : 1.7.5 release : 11 source : - https://www.apache.org/dist/apr/apr-1.7.5.tar.bz2 : cd0f5d52b9ab1704c72160c5ee3ed5d3d4ca2df4a7f8ab564e3cb352b67232f2 homepage : https://apr.apache.org/ license : Apache-2.0 component : programming summary : The Apache Portable Runtime (APR) library provides an abstraction of operating-system level services description: | The Apache Portable Runtime (APR) library provides an abstraction of operating-system level services such as file and network I/O, memory management, and so on. builddeps : - libtool setup : | %configure --disable-static \ --enable-threads \ --with-devrandom=/dev/urandom build : | %make install : | %make_install check : | make check -j1