summaryrefslogtreecommitdiffstats
path: root/recipe.d
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2012-07-06 19:13:43 -0400
committerDJ Delorie <dj@delorie.com>2012-07-06 19:13:43 -0400
commit4874c9a00f1c711403162902290f0cb2c7e3c8df (patch)
tree4590e99526f769876332d45f4cb630c849b94082 /recipe.d
parentd6f1fbb05905909e0ed13b62c14173dcff8af9d2 (diff)
downloadbootstrap.git.DONOTUSE-4874c9a00f1c711403162902290f0cb2c7e3c8df.tar.gz
bootstrap.git.DONOTUSE-4874c9a00f1c711403162902290f0cb2c7e3c8df.tar.xz
bootstrap.git.DONOTUSE-4874c9a00f1c711403162902290f0cb2c7e3c8df.zip
Add filesystem and iso-codes to stage2, binutils to stage3
Diffstat (limited to 'recipe.d')
-rw-r--r--recipe.d/filesystem10
-rw-r--r--recipe.d/iso-codes7
2 files changed, 17 insertions, 0 deletions
diff --git a/recipe.d/filesystem b/recipe.d/filesystem
new file mode 100644
index 0000000..57719cf
--- /dev/null
+++ b/recipe.d/filesystem
@@ -0,0 +1,10 @@
+#requires rpm
+#requires iso-codes
+
+cd $SRC/../SPECS
+sed '/^%files/p; /^%pretrans/,/^%files/ d;' < filesystem.spec > filesystem-nolua.spec
+
+HOME=$SRC/../.. rpmbuild -bi --nodeps filesystem-nolua.spec
+
+cd ../BUILDROOT/filesystem-*
+rsync -av ./ /
diff --git a/recipe.d/iso-codes b/recipe.d/iso-codes
new file mode 100644
index 0000000..fd26c92
--- /dev/null
+++ b/recipe.d/iso-codes
@@ -0,0 +1,7 @@
+#requires gettext
+
+mcd $BUILDDIR/iso-codes
+$SRC/iso-codes-*/configure $TCONFIGARGS
+notparallel
+make $J
+make $J install