aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gparted/gparted_0.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gparted/gparted_0.4.1.bb')
-rw-r--r--recipes/gparted/gparted_0.4.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gparted/gparted_0.4.1.bb b/recipes/gparted/gparted_0.4.1.bb
new file mode 100644
index 0000000000..c95fb6471c
--- /dev/null
+++ b/recipes/gparted/gparted_0.4.1.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "GNOME Partition Manager"
+LICENSE = "GPL"
+DEPENDS = "gtkmm parted"
+
+inherit gnome
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gparted/gparted-${PV}.tar.bz2 \
+ file://cross.patch;patch=1 \
+"
+
+EXTRA_OECONF = " --disable-doc --disable-scrollkeeper "