summaryrefslogtreecommitdiff
path: root/package/parted/parted.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/parted/parted.mk')
-rw-r--r--package/parted/parted.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/parted/parted.mk b/package/parted/parted.mk
new file mode 100644
index 000000000..c4107e7b4
--- /dev/null
+++ b/package/parted/parted.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# parted
+#
+#############################################################
+
+PARTED_VERSION = 3.1
+PARTED_SOURCE = parted-$(PARTED_VERSION).tar.xz
+PARTED_SITE = $(BR2_GNU_MIRROR)/parted
+PARTED_DEPENDENCIES = readline util-linux lvm2
+PARTED_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))