mdocml: update to 1.13.1.
This commit is contained in:
parent
7736527371
commit
8eb4e6a6e8
1 changed files with 5 additions and 15 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'mdocml'
|
||||
pkgname=mdocml
|
||||
version=1.12.3
|
||||
revision=3
|
||||
makedepends="db185"
|
||||
version=1.13.1
|
||||
revision=1
|
||||
makedepends="sqlite-devel"
|
||||
replaces="groff>=0 man-db>=0"
|
||||
short_desc="mdoc macro compiler"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="http://mdocml.bsd.lv"
|
||||
distfiles="${homepage}/snapshots/mdocml-$version.tar.gz"
|
||||
checksum=8ae7f7d471d52313707c4d78b25846dc4edca395b36ad20f24dead5399c13ee6
|
||||
checksum=7a18e728dc8555b1095bf7edbf086e1d6afb5508c06a7baecfd0b0e448648bf9
|
||||
|
||||
do_build() {
|
||||
make DBLIB=-ldb ${makejobs}
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
@ -22,14 +22,4 @@ do_install() {
|
|||
|
||||
# remove devel stuff.
|
||||
rm -rf ${DESTDIR}/usr/{include,lib}
|
||||
|
||||
# Install apropos, catman, mandocdb and whatis.
|
||||
for f in apropos catman whatis mandocdb; do
|
||||
vinstall ${f} 755 usr/bin
|
||||
if [ -f ${f}.1 ]; then
|
||||
vinstall ${f}.1 644 usr/share/man/man1
|
||||
elif [ -f ${f}.8 ]; then
|
||||
vinstall ${f}.8 644 usr/share/man/man8
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue