mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
nasm-doc: update to 2.15.05.
This commit is contained in:
parent
020f7191d1
commit
50e8b5355c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nasm-doc'
|
# Template file for 'nasm-doc'
|
||||||
# Separate to avoid dependency cycles; keep in sync with nasm.
|
# Separate to avoid dependency cycles; keep in sync with nasm.
|
||||||
pkgname=nasm-doc
|
pkgname=nasm-doc
|
||||||
version=2.15.03
|
version=2.15.05
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname%-doc}-${version}"
|
wrksrc="${pkgname%-doc}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
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=c0c39a305f08ccf0c5c6edba4294dd2851b3925b6d9642dd1efd62f72829822f
|
checksum=3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make -C doc DESTDIR="${DESTDIR}" docdir=/usr/share/doc/nasm install
|
make -C doc DESTDIR="${DESTDIR}" docdir=/usr/share/doc/nasm install
|
||||||
|
|
Loading…
Add table
Reference in a new issue