mdocml: improve description.
This commit is contained in:
parent
b4a8447388
commit
f3527b5d15
1 changed files with 3 additions and 5 deletions
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'mdocml'
|
# Template file for 'mdocml'
|
||||||
pkgname=mdocml
|
pkgname=mdocml
|
||||||
version=1.13.1
|
version=1.13.1
|
||||||
revision=2
|
revision=3
|
||||||
|
build_style=gnu-makefile
|
||||||
makedepends="sqlite-devel"
|
makedepends="sqlite-devel"
|
||||||
replaces="groff>=0 man-db>=0"
|
replaces="groff>=0 man-db>=0"
|
||||||
short_desc="mdoc macro compiler"
|
short_desc="The mandoc UNIX manpage compiler toolset"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://mdocml.bsd.lv"
|
homepage="http://mdocml.bsd.lv"
|
||||||
distfiles="${homepage}/snapshots/mdocml-$version.tar.gz"
|
distfiles="${homepage}/snapshots/mdocml-$version.tar.gz"
|
||||||
checksum=7a18e728dc8555b1095bf7edbf086e1d6afb5508c06a7baecfd0b0e448648bf9
|
checksum=7a18e728dc8555b1095bf7edbf086e1d6afb5508c06a7baecfd0b0e448648bf9
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make MANDIR=/usr/share/man BINDIR=/usr/bin \
|
make MANDIR=/usr/share/man BINDIR=/usr/bin \
|
||||||
EXAMPLEDIR=/usr/share/examples/mdocml \
|
EXAMPLEDIR=/usr/share/examples/mdocml \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue