summaryrefslogtreecommitdiffstats
path: root/package/parted/parted.mk
diff options
context:
space:
mode:
authorYegor Yefremov2012-03-12 11:24:04 +0100
committerPeter Korsgaard2012-03-13 13:59:05 +0100
commitaa9f6a9b133104b54c1abc0db203c30b6c0ea364 (patch)
treeed5aa388c36e69e480fd7b0916834828b1139162 /package/parted/parted.mk
parentlibethumb: Fix automagic dependencies on libedbus and libexif (diff)
downloadbuildroot-aa9f6a9b133104b54c1abc0db203c30b6c0ea364.tar.gz
buildroot-aa9f6a9b133104b54c1abc0db203c30b6c0ea364.tar.xz
buildroot-aa9f6a9b133104b54c1abc0db203c30b6c0ea364.zip
New package: parted
[Peter: needs largefile + wchar] Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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))