ports/core (3.7): nasm: syntax
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit b30d6df3609b593032e95024c9f71d39fefa59e5 Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:02:58 2021 +0100 nasm: syntax diff --git a/nasm/.signature b/nasm/.signature index 515c2cde..6b0c41f7 100644 --- a/nasm/.signature +++ b/nasm/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqncr9GtmAcgAxc9rhqO+lWuZqdCl42N0XDZaUG86bIVFoB2TCzHvKYABvAq56E6O3+js58AtMp/bUtIjwEuiZQs= -SHA256 (Pkgfile) = b1a749497aadfbce16d004e8d50723c2d6adfcc2d739013b1323cf26f349ecd1 +RWRJc1FUaeVeqlcWrLC8SJe9Ohhq05tAQb6u9KhrLj/KiH2xfDGJr3CRe9/kKywhcvO1uUVWDmz0nKsWEGKe3MC9eKhKR8oSzAs= +SHA256 (Pkgfile) = 1c1e486b2bf013d80f78d131840fa81ea296cbc7af79427c9ff7d10bf0d70d5d SHA256 (.footprint) = 2f2595d48b1d9747afa0d6b676a290528c98d1151c567954c594803a07fa9255 SHA256 (nasm-2.15.05.tar.xz) = 3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f diff --git a/nasm/Pkgfile b/nasm/Pkgfile index 3aba5aad..76663dc6 100644 --- a/nasm/Pkgfile +++ b/nasm/Pkgfile @@ -1,6 +1,6 @@ # Description: 80x86 assembler -# URL: https://www.nasm.us/ -# Maintainer: CRUX System Team, core-ports at crux dot nu +# URL: https://www.nasm.us/ +# Maintainer: CRUX System Team, core-ports at crux dot nu name=nasm version=2.15.05 @@ -8,8 +8,8 @@ release=1 source=(https://www.nasm.us/pub/nasm/releasebuilds/$version/$name-$version.tar.xz) build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu