mdocml: update to 1.12.0.

This commit is contained in:
Juan RP 2011-10-21 18:00:23 +02:00
parent b58b581975
commit 921a9db178

View File

@ -1,13 +1,16 @@
# Template file for 'mdocml'
pkgname=mdocml
version=1.10.9
distfiles="http://mdocml.bsd.lv/snapshots/mdocml-$version.tar.gz"
version=1.12.0
homepage="http://mdocml.bsd.lv"
distfiles="${homepage}/snapshots/mdocml-$version.tar.gz"
build_style=gnu_makefile
make_build_args="DBLIB=-ldb"
make_install_args="MANDIR=/usr/share/man BINDIR=/usr/bin
EXAMPLEDIR=/usr/share/examples/mdocml PREFIX=/usr"
short_desc="mdoc macro compiler"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=053b86d21edae5a80ecf6fe0927ab0e7dfaccbdec82eff98b4ef331d66ca8b65
license="ISC"
checksum=887dbe722e459ce60a6f1e29e278f68932fab9592768b9b324503ba80fe17a5e
long_desc="
mdocml is a suite of tools compiling -mdoc, the roff macro package of
choice for BSD manual pages, and -man, the predominant historical package
@ -16,10 +19,16 @@ long_desc="
for -man."
Add_dependency run glibc
Add_dependency build db-devel
post_install()
{
# roff.7 conflicts with groff, so rename it.
# roff.7 conflicts with groff, rename it.
mv ${DESTDIR}/usr/share/man/man7/roff.7 \
${DESTDIR}/usr/share/man/man7/mandoc_roff.7
# preconv.1 conflicts with groff, rename it.
mv ${DESTDIR}/usr/share/man/man1/preconv.1 \
${DESTDIR}/usr/share/man/man1/mandoc_preconv.1
# Remove unused stuff.
rm -rf ${DESTDIR}/usr/{include,lib}
}