summaryrefslogtreecommitdiff
path: root/packages/parted/parted_1.8.2.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-01-15 20:46:52 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-01-15 20:46:52 +0000
commit127b5109e790172290734d282ed6b00f1e9a559c (patch)
tree75864f6f7df49d446a995440be17146ab46dc0d0 /packages/parted/parted_1.8.2.bb
parent6eafd8a3f7ce813e5c2e33a606d2b2754d6aacb1 (diff)
parentaef114162d66ed9f45e616b631701b988dc95137 (diff)
merge of '8f81066c1bea85c3191ff30a0d721cd1a3ccc041'
and '98ff999fc95d5b6c4cf5fd58a2c502aea38ea350'
Diffstat (limited to 'packages/parted/parted_1.8.2.bb')
-rw-r--r--packages/parted/parted_1.8.2.bb16
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
+}