diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2007-01-12 19:20:12 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2007-01-12 19:20:12 +0000 |
commit | 9b6534ba102d9b548d31665f1afa9149128a55b7 (patch) | |
tree | 7c5cc07e5b833c0e4058d54bf37eb90e7d19fed0 | |
parent | adec66165e1dca377a85aa16979f3048b351344f (diff) |
packages/parted/parted_1.8.2.bb : New parted Version
* Update to newest parted. Includes many bugfixes
and improvments.
-rw-r--r-- | packages/parted/parted_1.8.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/parted/parted_1.8.2.bb b/packages/parted/parted_1.8.2.bb new file mode 100644 index 0000000000..1185014aa3 --- /dev/null +++ b/packages/parted/parted_1.8.2.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "parted, the GNU partition resizing program" +HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" +LICENSE = "GPLv2" +SECTION = "console/tools" +DEPENDS = "readline e2fsprogs-libs" +PR = "r0" + +SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz" + +#EXTRA_OECONF = "--disable-Werror" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |