summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2006-11-21 11:49:59 +0000
committerKristoffer Ericson <kristoffer_e1@hotmail.com>2006-11-21 11:49:59 +0000
commit6da5898f94a55b466e18e99f682a89e76cf21015 (patch)
tree623e15c8900b19b058b1e5df667f32b0a7d77b46
parent8292e638ccc07f088a4b88deb1daca1e33342f7a (diff)
parentad308a4c9dd05b3904fc9a130ffbc5e53c42e39f (diff)
merge of 83d79b5cd4fd20054c665e25366f4ee45f3b681f
and 9833bd070799894b4c6befebea43d27d44a56e2a
-rw-r--r--packages/parted/parted_1.8.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/parted/parted_1.8.0.bb b/packages/parted/parted_1.8.0.bb
new file mode 100644
index 0000000000..8681055855
--- /dev/null
+++ b/packages/parted/parted_1.8.0.bb
@@ -0,0 +1,17 @@
+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"
+#export CFLAGS = "-mstructure-size-boundary=8"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}