19 lines
412 B
Markdown
19 lines
412 B
Markdown
gptfdisk
|
|
=
|
|
https://git.code.sf.net/p/gptfdisk/code.git
|
|
|
|
``` sh *** patch ***
|
|
sed -i 's/-lncursesw/-lncursesw -ltinfow/' Makefile
|
|
```
|
|
|
|
``` sh *** build ***
|
|
make -j$(nproc)
|
|
install -d /pkg/gnu/gptfdisk/sbin /pkg/gnu/gptfdisk/share/man/man8 && \
|
|
install -m 0755 sgdisk fixparts gdisk cgdisk /pkg/gnu/gptfdisk/sbin/ && \
|
|
install -m 0644 *.8 /pkg/gnu/gptfdisk/share/man/man8/
|
|
```
|
|
|
|
``` cfg *** build deps ***
|
|
popt
|
|
```
|