@@ -393,8 +393,7 @@ If a library is a dependency of another package, we **should** add the SHLIB to
393393packaged because they are the dependency of the target executable which the
394394packager wants, standalone libraries aren't usually packaged and one could even
395395argue that it wouldn't be accepted because of [ packaging
396- requirements] ( packaging-j4-dmenu-desktop.md#quality-requirements ) , but it
397- depends).
396+ requirements] ( j4-dmenu-desktop.md#quality-requirements ) , but it depends).
398397
399398### How to add a shlib dependency?
400399The error message emitted by by ` ./xbps-src pkg bat ` already shows the SONAME
@@ -460,8 +459,8 @@ a carefully crafted packaging tutorial or something.
460459The documentation doesn't get installed to ` $DESTDIR ` by default, it just lies
461460in ` doc/ ` subdirectory of source. Their build system doesn't install it.[ ^ cmake ]
462461But the documentation doesn't need to be generated ([ unlike the manpage and
463- completions in ` bat ` ] ( packaging- bat.md#installing-supplementary-files) ), we can
464- just copy the files to ` $DESTDIR ` .
462+ completions in ` bat ` ] ( bat.md#installing-supplementary-files ) ), we can just copy
463+ the files to ` $DESTDIR ` .
465464
466465Where will we install the documentation? ` usr/share/doc/oniguruma/ ` is
467466appropriate. ` /usr/share/doc/ ` is usually used for these sorts of things.
@@ -653,7 +652,7 @@ oniguruma:8: license 'BSD', but no use of vlicense
653652```
654653
655654` BSD-2-Clause ` is one of the licenses which require installation. The solution
656- is the same [ as in ` bat ` ] ( packaging- bat.md#installing-licenses) :
655+ is the same [ as in ` bat ` ] ( bat.md#installing-licenses ) :
657656
658657``` bash
659658# Template file for 'oniguruma'
@@ -827,7 +826,7 @@ handling the name dynamically serves no practical purpose.
827826I'm sure you're pretty tired of ` bat ` now. Let's package something completely
828827different: [ ` rofimoji ` ] ( https://github.com/fdw/rofimoji ) :
829828
830- [ Packaging rofimoji] ( packaging- rofimoji.md)
829+ [ Packaging rofimoji] ( rofimoji.md )
831830
832831[ ^ minimal ] : Some people (although they are a minority) use an alternative
833832 ` base- ` package instead of ` base-system ` for their system. But these
0 commit comments