1SUMMARY = "Resize FAT partitions using libparted"
2SECTION = "console/tools"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5
6SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branch=master \
7           file://0001-build-Do-not-build-.sgml-file.patch \
8          "
9SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483"
10
11PV = "1.1.0"
12
13S = "${WORKDIR}/git"
14
15DEPENDS = "parted"
16
17inherit autotools pkgconfig
18