Radix cross Linux Package Tools

Package Tools – is a set of utilities to create, install, and update RcL packages

8 Commits   0 Branches   2 Tags
Index: auto-clean.sh
===================================================================
--- auto-clean.sh	(nonexistent)
+++ auto-clean.sh	(revision 5)
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+cd ../..
+
+if [ -f "Makefile" ] ; then
+  make distclean
+fi
+
+rm -rf autom4te.cache m4
+
+rm  -f Makefile
+rm  -f Makefile.in
+rm  -f config.h
+rm  -f config.h.in
+rm  -f config.log
+rm  -f config.status
+rm  -f compile config.guess config.sub
+rm  -f configure
+rm  -f install-sh
+rm  -f missing
+rm  -f stamp-h1
+rm  -f aclocal.m4
+rm  -f depcomp
+
+rm -rf src/.deps
+rm  -f src/Makefile
+rm  -f src/Makefile.in

Property changes on: auto-clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: bootstrap-cross.sh
===================================================================
--- bootstrap-cross.sh	(nonexistent)
+++ bootstrap-cross.sh	(revision 5)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+TARGET_DEST_DIR=/home/kx/prog/scm/svn/platform/trunk-672/dist/.s9xx-glibc/enybox-x2
+
+cd ../..
+./bootstrap --target-dest-dir=${TARGET_DEST_DIR}

Property changes on: bootstrap-cross.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: bootstrap.sh
===================================================================
--- bootstrap.sh	(nonexistent)
+++ bootstrap.sh	(revision 5)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd ../..
+./bootstrap

Property changes on: bootstrap.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: configure-cross.sh
===================================================================
--- configure-cross.sh	(nonexistent)
+++ configure-cross.sh	(revision 5)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+cd ../..
+
+TARGET_DEST_DIR=/home/kx/prog/scm/svn/platform/trunk-672/dist/.s9xx-glibc/enybox-x2
+TOOLCHAIN_PATH=/opt/toolchain/aarch64-S9XX-linux-glibc/1.1.4/bin
+TARGET=aarch64-s9xx-linux-gnu
+
+TARGET_INCPATH="-L${TARGET_DEST_DIR}/usr/include"
+CFLAGS="${TARGET_INCPATH}"
+CPPFLAGS="${TARGET_INCPATH}"
+LDFLAGS="-L${TARGET_DEST_DIR}/lib -L${TARGET_DEST_DIR}/usr/lib"
+
+
+DIALOG_CONFIG=${TARGET_DEST_DIR}/usr/bin/dialog-config \
+STRIP="${TOOLCHAIN_PATH}/${TARGET}-strip" \
+CC="${TOOLCHAIN_PATH}/${TARGET}-gcc --sysroot=${TARGET_DEST_DIR}" \
+./configure --prefix=/usr \
+  --build=x86_64-pc-linux-gnu --host=${TARGET} \
+  --with-gpg2=${TARGET_DEST_DIR}/usr \
+  --with-dialog=${TARGET_DEST_DIR}/usr \
+  --with-dialog-test=yes

Property changes on: configure-cross.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: configure.sh
===================================================================
--- configure.sh	(nonexistent)
+++ configure.sh	(revision 5)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+cd ../..
+
+./configure --prefix=/usr   \
+  --with-distro-name=radix  \
+  --with-distro-version=1.1 \
+  --with-gpg2=yes   \
+  --with-dialog=yes

Property changes on: configure.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: .
===================================================================
--- .	(nonexistent)
+++ .	(revision 5)

Property changes on: .
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,42 ##
+#
+# Generated by Autotools:
+# ----------------------
+#
+m4
+autom4te.cache
+aclocal.m4
+compile
+config.status
+config.guess
+config.sub
+config.log
+configure
+depcomp
+install-sh
+missing
+stamp-h1
+
+config.h
+config.h.in
+
+Makefile
+Makefile.in
+.deps/
+
+#
+# Object files and Binaries:
+# -------------------------
+#
+*.o
+check-db-integrity
+check-package
+check-requires
+chrefs
+install-package
+install-pkglist
+make-package
+make-pkglist
+pkginfo
+pkglog
+remove-package
+update-package