From aa9f6a9b133104b54c1abc0db203c30b6c0ea364 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Mon, 12 Mar 2012 11:24:04 +0100 Subject: New package: parted [Peter: needs largefile + wchar] Signed-off-by: Nicolas Dechesne Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- package/parted/Config.in | 14 ++++++++++++++ package/parted/parted.mk | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 package/parted/Config.in create mode 100644 package/parted/parted.mk (limited to 'package/parted') diff --git a/package/parted/Config.in b/package/parted/Config.in new file mode 100644 index 000000000..610c04022 --- /dev/null +++ b/package/parted/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_PARTED + bool "parted" + depends on BR2_LARGEFILE + depends on BR2_USE_WCHAR + select BR2_PACKAGE_LVM2 + select BR2_PACKAGE_READLINE + select BR2_PACKAGE_UTIL_LINUX + help + parted, the GNU partition resizing program + + http://www.gnu.org/software/parted/ + +comment "parted requires a toolchain with LARGEFILE+WCHAR support" + depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) 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)) -- cgit v1.2.3