mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
71 lines
2 KiB
Text
71 lines
2 KiB
Text
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
|
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=mandoc
|
|
pkgver=1.14.6
|
|
pkgrel=13
|
|
pkgdesc="mandoc (formerly mdocml) UNIX manpage compiler toolset"
|
|
url="https://mandoc.bsd.lv/"
|
|
arch="all"
|
|
license="ISC"
|
|
makedepends="zlib-dev"
|
|
checkdepends="perl"
|
|
install="$pkgname-apropos.post-deinstall"
|
|
triggers="$pkgname-apropos.trigger=/usr/share/man/*"
|
|
replaces="mdocml"
|
|
subpackages="$pkgname-doc $pkgname-dev $pkgname-apropos $pkgname-soelim"
|
|
source="https://mandoc.bsd.lv/snapshots/mandoc-$pkgver.tar.gz
|
|
dynamic-tagfile-support.patch
|
|
shared-libmandoc.patch
|
|
outdated-warn-disable.patch
|
|
"
|
|
|
|
# higher than community/man-db for this
|
|
provides="doc-provider mdocml=$pkgver-r$pkgrel"
|
|
provider_priority=100
|
|
|
|
prepare() {
|
|
default_prepare
|
|
|
|
cat >configure.local<<-__EOF__
|
|
PREFIX=/usr
|
|
MANDIR=/usr/share/man
|
|
LIBDIR=/usr/lib
|
|
CFLAGS="$CFLAGS"
|
|
UTF8_LOCALE="en_US.UTF-8"
|
|
MANPATH_DEFAULT="/usr/share/man:/usr/local/man:/usr/local/share/man"
|
|
MANPATH_BASE="/usr/share/man"
|
|
LN="ln -sf"
|
|
__EOF__
|
|
}
|
|
|
|
build() {
|
|
./configure
|
|
make
|
|
}
|
|
|
|
check() {
|
|
LD_LIBRARY_PATH="$builddir" make regress
|
|
}
|
|
|
|
package() {
|
|
make -j1 DESTDIR="$pkgdir" base-install lib-install
|
|
}
|
|
|
|
apropos() {
|
|
pkgdesc="makewhatis/whatis and apropos tools and index"
|
|
amove usr/bin/apropos usr/bin/whatis usr/sbin/makewhatis
|
|
}
|
|
|
|
soelim() {
|
|
pkgdesc="so elimination tool"
|
|
depends=""
|
|
amove usr/bin/soelim
|
|
}
|
|
|
|
sha512sums="
|
|
54286070812a47b629f68757046d3c9a1bdd2b5d1c3b84a5c8e4cb92f1331afa745443f7238175835d8cfbe5b8dd442e00c75c3a5b5b8f8efd8d2ec8f636dad4 mandoc-1.14.6.tar.gz
|
|
d84afd0f462dc3c00753f3db5b2690d8f0954b51f5b679667a75f8ea34cb3d2e961d732218b8c1c3a39c209df70ab273b583c4899c56482e7f8761c4b9fea02c dynamic-tagfile-support.patch
|
|
b512bcb8bae11853a3006e2122d7e652806d4bf2234638d8809fd823375b5b0bd590f7d6a90412baffcc3b7b6a0f197a10986728a70f24fe628f91bfb651d266 shared-libmandoc.patch
|
|
6eda39920cccb1238b104bb90ac4be2c32883897c72363560d8d39345819cdeff535680e78396052b2b8f981e169ad9b3c30da724def80a1501785d82ce7fa25 outdated-warn-disable.patch
|
|
"
|