mdocml: update to 1.10.0.
This commit is contained in:
parent
54b56fa3cf
commit
ae5ec522f5
1 changed files with 6 additions and 7 deletions
|
@ -1,16 +1,13 @@
|
||||||
# Template file for 'mdocml'
|
# Template file for 'mdocml'
|
||||||
pkgname=mdocml
|
pkgname=mdocml
|
||||||
version=1.9.24
|
version=1.10.0
|
||||||
distfiles="http://mdocml.bsd.lv/snapshots/mdocml-$version.tar.gz"
|
distfiles="http://mdocml.bsd.lv/snapshots/mdocml-$version.tar.gz"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
make_install_args="
|
make_install_args="MANDIR=/usr/share/man BINDIR=/usr/bin
|
||||||
MANDIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/man
|
EXAMPLEDIR=/usr/share/examples/mdocml PREFIX=/usr"
|
||||||
BINDIR=$XBPS_DESTDIR/$pkgname-$version/usr/bin
|
|
||||||
EXAMPLEDIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/examples/mdocml
|
|
||||||
PREFIX=/usr"
|
|
||||||
short_desc="mdoc macro compiler"
|
short_desc="mdoc macro compiler"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f470d36a6e950a8cc690a0cc516b22ef13b08f2b93aaa00ca4ce66726603f317
|
checksum=00e551148db0496c90dab879a7068a327bfddd545183c706a1442ff60ed9d009
|
||||||
long_desc="
|
long_desc="
|
||||||
mdocml is a suite of tools compiling -mdoc, the roff macro package of
|
mdocml is a suite of tools compiling -mdoc, the roff macro package of
|
||||||
choice for BSD manual pages, and -man, the predominant historical package
|
choice for BSD manual pages, and -man, the predominant historical package
|
||||||
|
@ -18,4 +15,6 @@ long_desc="
|
||||||
implementation, for displaying -mdoc pages whilst providing token support
|
implementation, for displaying -mdoc pages whilst providing token support
|
||||||
for -man."
|
for -man."
|
||||||
|
|
||||||
|
conflicts="groff>=0"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
Loading…
Reference in a new issue