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: 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