cmake-man: dropped, opt/cmake will generate man pages if python3-sphinx is found

This commit is contained in:
Danny Rawlins 2021-01-31 22:18:05 +11:00
parent 7c3b50ada0
commit ecfbd97c15
3 changed files with 0 additions and 50 deletions

View File

@ -1,28 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/ccmake.1.gz
-rw-r--r-- root/root usr/share/man/man1/cmake-gui.1.gz
-rw-r--r-- root/root usr/share/man/man1/cmake.1.gz
-rw-r--r-- root/root usr/share/man/man1/cpack.1.gz
-rw-r--r-- root/root usr/share/man/man1/ctest.1.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/cmake-buildsystem.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-commands.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-compile-features.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-developer.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-env-variables.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-file-api.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-generator-expressions.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-generators.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-language.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-modules.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-packages.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-policies.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-properties.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-qt.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-server.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-toolchains.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-variables.7.gz
-rw-r--r-- root/root usr/share/man/man7/cpack-generators.7.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3weuitNAj9jmDm1VHiD7R01tN6Ra7W+BBFZ0T688ckpomRHipnHRYl/8hzFl9oQIVuBbAMJ6vVq6cJB9GHFASg4=
SHA256 (Pkgfile) = caacc508416a64962f5c19ecb6fec4ca301b54d001b767294dca6d2ccd6a5b94
SHA256 (.footprint) = 2d5af8b5b9816f80450b71452bc1ae49246b20510bba819c47804f5c8d788209
SHA256 (cmake-3.18.4.tar.gz) = 597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77

View File

@ -1,17 +0,0 @@
# Description: Man pages for cmake.
# URL: http://www.cmake.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: cmake python3-sphinx
name=cmake-man
version=3.18.4
release=1
source=(https://cmake.org/files/v${version%.*}/cmake-$version.tar.gz)
build() {
cmake -Scmake-$version/Utilities/Sphinx -Bbuild \
-DCMAKE_INSTALL_PREFIX=/usr/share -DSPHINX_MAN=ON
cmake --build build
DESTDIR=$PKG cmake --install build
}