mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
De-Lint recipes.
* nasm Improved DESCRIPTION Re-ordering blocks * naspro Removed "." from SUMMARY Re-ordering blocks * netpbm Improved DESCRIPTION, COPYRIGHT Re-ordering blocks * netperf Removed "." from SUMMARY Re-ordering blocks * neverball Removed "." from SUMMARY Re-ordering blocks * nginx Improved DESCRIPTION Re-ordering blocks * nss Removed "." from SUMMARY Re-ordering blocks
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
SUMMARY="The Nasm assembler"
|
||||
DESCRIPTION="
|
||||
The Nasm assembler
|
||||
"
|
||||
HOMEPAGE="http://www.nasm.us/"
|
||||
DESCRIPTION="The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler \
|
||||
designed for portability and modularity. It supports a range of object file
|
||||
formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft 16-bit \
|
||||
OBJ, Win32 and Win64. It will also output plain binary files. Its syntax is \
|
||||
designed to be simple and easy to understand, similar to Intel's but less \
|
||||
complex. It supports all currently known x86 architectural extensions, and \
|
||||
has strong support for macros."
|
||||
HOMEPAGE="http://www.nasm.us/"
|
||||
COPYRIGHT="1996 Simon Tatham and Julian Hall"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.nasm.us/pub/nasm/releasebuilds/2.11.02/nasm-2.11.02.tar.bz2"
|
||||
CHECKSUM_SHA256="ece26b5ef565f94d19a72756d05965e424d2e5ca55f88b949852da70dd62f0e0"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="1996 Simon Tatham and Julian Hall."
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -15,14 +20,14 @@ PROVIDES="
|
||||
cmd:nasm = $portVersion compat >= 1
|
||||
cmd:ndisasm = $portVersion compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
BUILD_REQUIRES=""
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:awk
|
||||
@@ -31,7 +36,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
|
||||
Reference in New Issue
Block a user