mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
nasm: split off doc to avoid dep cycle(s) + adopt
This commit is contained in:
parent
5df8b83432
commit
51c74d59c4
1 changed files with 5 additions and 9 deletions
|
@ -1,21 +1,17 @@
|
||||||
# Template file for 'nasm'
|
# Template file for 'nasm'
|
||||||
|
# Update nasm-doc which is separate to avoid dependency cycles
|
||||||
pkgname=nasm
|
pkgname=nasm
|
||||||
version=2.14.02
|
version=2.14.02
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args="all doc"
|
make_build_args="all"
|
||||||
hostmakedepends="groff perl perl-Font-TTF perl-IO-String perl-Sort-Versions
|
short_desc="80x86 assembler designed for portability and modularity"
|
||||||
ghostscript source-sans-pro liberation-fonts-ttf"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
short_desc="An 80x86 assembler designed for portability and modularity"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://www.nasm.us"
|
homepage="https://www.nasm.us"
|
||||||
distfiles="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.xz"
|
distfiles="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.xz"
|
||||||
checksum=e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5
|
checksum=e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make -C doc DESTDIR="${DESTDIR}" docdir=/usr/share/doc/nasm install
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
#mv ${DESTDIR}/usr/doc ${DESTDIR}/usr/share/doc
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue