parted: adding version 1.6.25.1
authorJustin Patrin <papercrane@gmail.com>
Sun, 5 Feb 2006 10:00:19 +0000 (10:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 5 Feb 2006 10:00:19 +0000 (10:00 +0000)
packages/parted/parted_1.6.25.1.bb [new file with mode: 0644]

diff --git a/packages/parted/parted_1.6.25.1.bb b/packages/parted/parted_1.6.25.1.bb
new file mode 100644 (file)
index 0000000..34ea5a5
--- /dev/null
@@ -0,0 +1,18 @@
+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"
+#export CFLAGS = "-mstructure-size-boundary=8"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}