jcapik pushed to unzip (f22). "Adding STAGE1 bootstrap recipe"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 15 15:45:59 UTC 2015


From fea1c9ec025ce5b3975c973b13a9287c818f9439 Mon Sep 17 00:00:00 2001
From: Jaromir Capik <jcapik at redhat.com>
Date: Mon, 15 Jun 2015 17:45:40 +0200
Subject: Adding STAGE1 bootstrap recipe


diff --git a/STAGE1-unzip b/STAGE1-unzip
new file mode 100644
index 0000000..49f62c3
--- /dev/null
+++ b/STAGE1-unzip
@@ -0,0 +1,19 @@
+srpm unzip
+mcd $BUILDDIR/$1
+rsync -av $SRC/unzip*/ ./
+make $J -f unix/Makefile \
+    CC=${TARGET}-gcc \
+    AS=${TARGET}-as \
+    AR=${TARGET}-ar \
+    STRIP=${TARGET}-strip \
+    RANLIB=${TARGET}-ranlib \
+    prefix=/usr \
+    generic
+make $J -f unix/Makefile \
+    CC=${TARGET}-gcc \
+    AS=${TARGET}-as \
+    AR=${TARGET}-ar \
+    STRIP=${TARGET}-strip \
+    RANLIB=${TARGET}-ranlib \
+    prefix=${ROOTFS}/usr \
+    install
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/unzip.git/commit/?h=f22&id=fea1c9ec025ce5b3975c973b13a9287c818f9439


More information about the scm-commits mailing list