Package apt-cacher-ng: Information
Source package: apt-cacher-ng
Version: 0.8.5-alt5
Build time: Apr 8, 2025, 05:58 PM in the task #380818
Category: Networking/Other
Report package bugHome page: http://www.unix-ag.uni-kl.de/~bloch/acng/
License: BSD
Summary: Caching HTTP download proxy for software packages
Description:
Apt-Cacher NG is a caching HTTP download proxy for software packages, primarily for Debian/Ubuntu clients. It's partially based on concepts of Apt-Cacher but is rewritten with a main focus on performance and low resource usage.
List of RPM packages built from this SRPM:
apt-cacher-ng (x86_64, i586, aarch64)
apt-cacher-ng-debuginfo (x86_64, i586, aarch64)
apt-cacher-ng (x86_64, i586, aarch64)
apt-cacher-ng-debuginfo (x86_64, i586, aarch64)
Maintainer: Vitaly Lipatov
Last changed
April 8, 2025 Vitaly Lipatov 0.8.5-alt5
- use
mkdir -p x86_64-alt-linux;
cmake \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=yes \
-DCMAKE_C_FLAGS:STRING='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' \
-DCMAKE_CXX_FLAGS:STRING='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' \
-DCMAKE_Fortran_FLAGS:STRING='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' \
-DCMAKE_INSTALL_PREFIX=/usr \
-DINCLUDE_INSTALL_DIR:PATH=/usr/include \
-DLIB_INSTALL_DIR:PATH=/usr/lib64 \
-DSYSCONF_INSTALL_DIR:PATH=/etc \
-DSHARE_INSTALL_PREFIX:PATH=/usr/share \
-DLIB_DESTINATION=lib64 \
-DLIB_SUFFIX="64" \
-S . -B "x86_64-alt-linux" macros for buildAug. 29, 2018 Grigory Ustinov 0.8.5-alt4.1
- NMU: Rebuild with new openssl 1.1.0.
June 27, 2016 Evgenii Terechkov 0.8.5-alt4
- Add release.debuginfo to vfilepattern