diff options
Diffstat (limited to 'meta-gnome/recipes-extended/gparted/gparted_0.23.0.bb')
-rw-r--r-- | meta-gnome/recipes-extended/gparted/gparted_0.23.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-gnome/recipes-extended/gparted/gparted_0.23.0.bb b/meta-gnome/recipes-extended/gparted/gparted_0.23.0.bb new file mode 100644 index 000000000..070543910 --- /dev/null +++ b/meta-gnome/recipes-extended/gparted/gparted_0.23.0.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "A partition editor to graphically manage disk partitions " | ||
2 | HOMEPAGE = "http://gparted.org/index.php" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | |||
6 | inherit autotools pkgconfig | ||
7 | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2" | ||
9 | SRC_URI[md5sum] = "5901dca33ced32213cccb13a2713dea8" | ||
10 | SRC_URI[sha256sum] = "7fd1dddf29814c2982f55ab765b8918561e1b5dabf792012c66b4d3ba25da754" | ||
11 | |||
12 | DEPENDS = "glib-2.0 gtkmm parted" | ||
13 | |||
14 | EXTRA_OECONF = "--disable-scrollkeeper --disable-doc" | ||
15 | |||
16 | FILES_${PN} += "${datadir}/icons ${datadir}/appdata" | ||
17 | |||
18 | RDEPENDS_${PN} = "dosfstools mtools e2fsprogs" | ||