parted 3.7 = https://ftp.gnu.org/gnu/parted/parted-3.7.tar.xz ``` sh *** build *** ./configure --prefix=/pkg/gnu/parted make -j$(nproc) make install ``` ``` cfg *** build deps *** lvm2 ```