add GNU parted 1.6.23 - patch courtesy Pigi
authorMichael Lauer <mickey@vanille-media.de>
Tue, 19 Jul 2005 10:15:14 +0000 (10:15 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 19 Jul 2005 10:15:14 +0000 (10:15 +0000)
packages/parted/.mtn2git_empty [new file with mode: 0644]
packages/parted/parted_1.6.23.bb [new file with mode: 0644]

diff --git a/packages/parted/.mtn2git_empty b/packages/parted/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/parted/parted_1.6.23.bb b/packages/parted/parted_1.6.23.bb
new file mode 100644 (file)
index 0000000..d418248
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "parted, the GNU partition resizing program"
+HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
+LICENSE = "GPLv2"
+MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
+SECTION = "console/tools"
+DEPENDS = "readline e2fsprogs-libs"
+PR = "r0"
+
+SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz"
+
+EXTRA_OECONF = "--disable-Werror"
+
+inherit autotools