mdocml: update to 1.10.0.
This commit is contained in:
parent
54b56fa3cf
commit
ae5ec522f5
|
@ -1,16 +1,13 @@
|
|||
# Template file for 'mdocml'
|
||||
pkgname=mdocml
|
||||
version=1.9.24
|
||||
version=1.10.0
|
||||
distfiles="http://mdocml.bsd.lv/snapshots/mdocml-$version.tar.gz"
|
||||
build_style=gnu_makefile
|
||||
make_install_args="
|
||||
MANDIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/man
|
||||
BINDIR=$XBPS_DESTDIR/$pkgname-$version/usr/bin
|
||||
EXAMPLEDIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/examples/mdocml
|
||||
PREFIX=/usr"
|
||||
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=f470d36a6e950a8cc690a0cc516b22ef13b08f2b93aaa00ca4ce66726603f317
|
||||
checksum=00e551148db0496c90dab879a7068a327bfddd545183c706a1442ff60ed9d009
|
||||
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
|
||||
|
@ -18,4 +15,6 @@ long_desc="
|
|||
implementation, for displaying -mdoc pages whilst providing token support
|
||||
for -man."
|
||||
|
||||
conflicts="groff>=0"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
Loading…
Reference in New Issue