packages/parted/parted_1.8.2.bb : New parted Version
authorKristoffer Ericson <kristoffer_e1@hotmail.com>
Fri, 12 Jan 2007 19:20:12 +0000 (19:20 +0000)
committerKristoffer Ericson <kristoffer_e1@hotmail.com>
Fri, 12 Jan 2007 19:20:12 +0000 (19:20 +0000)
* Update to newest parted. Includes many bugfixes
  and improvments.

packages/parted/parted_1.8.2.bb [new file with mode: 0644]

diff --git a/packages/parted/parted_1.8.2.bb b/packages/parted/parted_1.8.2.bb
new file mode 100644 (file)
index 0000000..1185014
--- /dev/null
@@ -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
+}