summaryrefslogtreecommitdiff
path: root/packages/parted/parted_1.8.7.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-06-14 08:33:25 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-06-14 08:33:25 +0000
commit8e621ef0bb79a8a126d3341b0038ba5a52a524df (patch)
tree78f1f0bf144c8fe931fc9ba1e535f1ecc1ca1bd0 /packages/parted/parted_1.8.7.bb
parentebed2cfe6be1bf678da2ef95a369c84495b245b4 (diff)
parentb85d87f6885f5012e630ac61b0ff4a6bb0beb4c2 (diff)
merge of 'aaf6c550254109a87b66440444b7d453231240a5'
and 'b24e3d33fdc14fb2a96ead3a6312444644f1246d'
Diffstat (limited to 'packages/parted/parted_1.8.7.bb')
-rw-r--r--packages/parted/parted_1.8.7.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/parted/parted_1.8.7.bb b/packages/parted/parted_1.8.7.bb
new file mode 100644
index 0000000000..f29771d5a4
--- /dev/null
+++ b/packages/parted/parted_1.8.7.bb
@@ -0,0 +1,22 @@
+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_configure() {
+ libtoolize --force
+ gnu-configize
+ oe_runconf
+}
+
+do_stage() {
+ autotools_stage_all
+}