diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2012-03-12 11:24:04 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-13 13:59:05 +0100 |
commit | aa9f6a9b133104b54c1abc0db203c30b6c0ea364 (patch) | |
tree | ed5aa388c36e69e480fd7b0916834828b1139162 /package/parted/parted.mk | |
parent | ce6727f63046c49d5e778af72e7096ff2e3ad82c (diff) |
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.mk | 13 |
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)) |