# # GNU Parted manipulates partition tables. # # This is useful for creating space for new operating systems, # reorganizing disk usage, copying data on hard disks and disk # imaging. The package contains a library, libparted, as well # as a command-line frontend, parted, which can also be used # in scripts. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=parted pkgversion=3.5 arch=amd64 release=1 pkgcategory="tools" full_pkgname=parted_3.5_amd64-1@tools blurb="GNU Parted manipulates partition tables." homepage="https://www.gnu.org/software/parted/" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/parted/parted-3.5.tar.xz" replace=""