mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Mute ${MKDIR}'s
- $FOO -> ${FOO} - Reformat description so it looks nicer - Kill attribution (submitter's name mentioned in Makefile header) - Add SHA256 checksum per new world order
This commit is contained in:
parent
8d8572161c
commit
a73e223bae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150045
3 changed files with 10 additions and 12 deletions
|
@ -44,10 +44,10 @@ post-patch:
|
|||
STRIP= #
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/bin/asmutils
|
||||
${MKDIR} ${PREFIX}/lib/asmutils
|
||||
@${MKDIR} ${PREFIX}/bin/asmutils
|
||||
@${MKDIR} ${PREFIX}/lib/asmutils
|
||||
.for B in ${BINARIES}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/$B ${PREFIX}/bin/asmutils
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${B} ${PREFIX}/bin/asmutils
|
||||
.endfor
|
||||
(cd ${PREFIX}/bin/asmutils && \
|
||||
${LN} -sf uname arch && \
|
||||
|
@ -58,12 +58,12 @@ do-install:
|
|||
${LN} -sf mkdir rmdir && \
|
||||
${LN} -sf ln sln)
|
||||
.for L in c crypto m
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/lib/lib$L.so.0 ${PREFIX}/lib/asmutils
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/lib/lib${L}.so.0 ${PREFIX}/lib/asmutils
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for D in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/$D ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${D} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (asmutils-0.17.tar.gz) = 9027cff8f8f50cf4fa9b0e62fc4a8854
|
||||
SHA256 (asmutils-0.17.tar.gz) = 6e51ee22a800244cac3d62ce0bab2de9c90b88648f87add6e6f5597ee746615a
|
||||
SIZE (asmutils-0.17.tar.gz) = 332675
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
asmutils is a set of miscellaneous utilities written in assembly language,
|
||||
targeted on embedded systems and small distributions (like rescue or
|
||||
installation disks); also it contains small libc and crypto library.
|
||||
It features the smallest possible size and memory requirements,
|
||||
the fastest speed and good functionality.
|
||||
|
||||
- George Reid
|
||||
greid@ukug.uk.freebsd.org
|
||||
installation disks); also it contains small libc and crypto library. It
|
||||
features the smallest possible size and memory requirements, the fastest
|
||||
speed and good functionality.
|
||||
|
||||
WWW: http://asm.sourceforge.net/
|
||||
|
|
Loading…
Add table
Reference in a new issue