FS#19899 - [nasm] documentation and RDOFF tools missing
Attached to Project:
Arch Linux
Opened by Robert Ransom (rransom) - Tuesday, 22 June 2010, 12:52 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 11 December 2010, 05:15 GMT
Opened by Robert Ransom (rransom) - Tuesday, 22 June 2010, 12:52 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 11 December 2010, 05:15 GMT
|
Details
The info documentation for NASM and the RDOFF tools are not
included in the nasm package, and should be.
It looks to me like the only easy way to install the info docs is to make ‘doc’ (or ‘everything’) and ‘install_doc’ (or ‘install_everything’), which also builds and installs documentation in other formats. This would require makedepends=(groff ghostscript) (the documentation build fails unless ghostscript(ps2pdf) or texlive-bin(pstopdf) is installed; configure looks for nroff, but I'm not sure groff is really needed), and some cleanup to move /usr/doc to /usr/share/doc. See the attached patch. With the attached patch, namcap suggests to split out a docs package; I'll look up how to do that next. |
This task depends upon
Closed by Eric Belanger (Snowman)
Saturday, 11 December 2010, 05:15 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in nasm and nasm-doc 2.09.04-1
Saturday, 11 December 2010, 05:15 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in nasm and nasm-doc 2.09.04-1
pkgbase=nasm
pkgname=(nasm nasm-docs)
package_nams-docs(){
make install_doc
}
note, the above was just an example, you actually need more things in package function
rransom-nasm-pkgbuild-patch-2... (1 KiB)
namcap reported 68%.
I'm just installing the info docs for now, because the other formats are redundant. Do you want a split -docs package? (I can use kdebase as an example.)