- 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:
Alexey Dokuchaev 2005-11-30 13:49:40 +00:00
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

View file

@ -44,10 +44,10 @@ post-patch:
STRIP= # STRIP= #
do-install: do-install:
${MKDIR} ${PREFIX}/bin/asmutils @${MKDIR} ${PREFIX}/bin/asmutils
${MKDIR} ${PREFIX}/lib/asmutils @${MKDIR} ${PREFIX}/lib/asmutils
.for B in ${BINARIES} .for B in ${BINARIES}
${INSTALL_PROGRAM} ${WRKSRC}/src/$B ${PREFIX}/bin/asmutils ${INSTALL_PROGRAM} ${WRKSRC}/src/${B} ${PREFIX}/bin/asmutils
.endfor .endfor
(cd ${PREFIX}/bin/asmutils && \ (cd ${PREFIX}/bin/asmutils && \
${LN} -sf uname arch && \ ${LN} -sf uname arch && \
@ -58,12 +58,12 @@ do-install:
${LN} -sf mkdir rmdir && \ ${LN} -sf mkdir rmdir && \
${LN} -sf ln sln) ${LN} -sf ln sln)
.for L in c crypto m .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 .endfor
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}
.for D in ${PORTDOCS} .for D in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/$D ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${D} ${DOCSDIR}
.endfor .endfor
.endif .endif

View file

@ -1,2 +1,3 @@
MD5 (asmutils-0.17.tar.gz) = 9027cff8f8f50cf4fa9b0e62fc4a8854 MD5 (asmutils-0.17.tar.gz) = 9027cff8f8f50cf4fa9b0e62fc4a8854
SHA256 (asmutils-0.17.tar.gz) = 6e51ee22a800244cac3d62ce0bab2de9c90b88648f87add6e6f5597ee746615a
SIZE (asmutils-0.17.tar.gz) = 332675 SIZE (asmutils-0.17.tar.gz) = 332675

View file

@ -1,10 +1,7 @@
asmutils is a set of miscellaneous utilities written in assembly language, asmutils is a set of miscellaneous utilities written in assembly language,
targeted on embedded systems and small distributions (like rescue or targeted on embedded systems and small distributions (like rescue or
installation disks); also it contains small libc and crypto library. installation disks); also it contains small libc and crypto library. It
It features the smallest possible size and memory requirements, features the smallest possible size and memory requirements, the fastest
the fastest speed and good functionality. speed and good functionality.
- George Reid
greid@ukug.uk.freebsd.org
WWW: http://asm.sourceforge.net/ WWW: http://asm.sourceforge.net/