diff options
| -rw-r--r-- | build/lang/conf.zsh | 2 | ||||
| -rw-r--r-- | build/opkg/Sources | 2 | ||||
| -rw-r--r-- | build/system/Sources | 4 | ||||
| -rw-r--r-- | build/system/conf.zsh | 13 | ||||
| -rw-r--r-- | pack/opkg.tree | 2 | ||||
| -rw-r--r-- | pack/system.tree | 5 | ||||
| -rw-r--r-- | pack/toys.tree | 8 |
7 files changed, 27 insertions, 9 deletions
diff --git a/build/lang/conf.zsh b/build/lang/conf.zsh index dfad54f..13a7c43 100644 --- a/build/lang/conf.zsh +++ b/build/lang/conf.zsh @@ -50,6 +50,8 @@ prepare_sources touch perl.done notice "Perl installed" } + + ## ruby # if ! [ -r $pkg[ruby].done ]; then # compile $pkg[ruby] default "--with-static-linked-ext=yes" nomake diff --git a/build/opkg/Sources b/build/opkg/Sources index bc7b117..e994b90 100644 --- a/build/opkg/Sources +++ b/build/opkg/Sources @@ -1,4 +1,4 @@ -curl _7.24.0-3_armeabi .opk +# curl _7.24.0-3_armeabi .opk dropbear _2011.54-1_armeabi .opk # nmap _5.51-1_armeabi .opk opkg _0.1.8-7_armeabi .opk diff --git a/build/system/Sources b/build/system/Sources index 08c5291..ccb3594 100644 --- a/build/system/Sources +++ b/build/system/Sources @@ -14,6 +14,10 @@ htop -1.0 .tar.gz nano -2.2.6 .tar.gz wipe -2.3.1 .tar.bz2 file -5.11 .tar.gz +less -451 .tar.gz + +#libevent -2.0.21-stable .tar.gz http://libevent.org/ +#tmux -1.7 .tar.gz http://tmux.sourceforge.net/ # netcat -0.7.1 .tar.gz # opkg -0.1.8 .tar.gz diff --git a/build/system/conf.zsh b/build/system/conf.zsh index d0cab39..5150c4f 100644 --- a/build/system/conf.zsh +++ b/build/system/conf.zsh @@ -108,6 +108,19 @@ compile wipe default compile file default zinstall file +# less pager +compile less default +zinstall less + + +## libevent +#compile libevent default +#zinstall libevent + +## tmux +#compile tmux default "--enable-static" +#zinstall tmux + ## Opkg # compile opkg default "--disable-curl --disable-gpg --disable-shave" # zinstall opkg diff --git a/pack/opkg.tree b/pack/opkg.tree index a8a1b88..8179f4d 100644 --- a/pack/opkg.tree +++ b/pack/opkg.tree @@ -1,4 +1,3 @@ -./share/misc ./share/ncat ./share/opkg ./share/git-core @@ -10,7 +9,6 @@ ./bin/opkg-key ./bin/dropbearkey ./bin/dbclient -./bin/file ./bin/opkg ./bin/sqlite3 ./bin/dropbear diff --git a/pack/system.tree b/pack/system.tree index c79fee8..4ef418f 100644 --- a/pack/system.tree +++ b/pack/system.tree @@ -10,6 +10,7 @@ ./share/awk ./share/zsh ./share/tabset +./share/misc ./share/man/man1 ./share/man/man4 ./share/man/man5 @@ -24,10 +25,8 @@ ./bin/diff ./bin/zsh ./bin/grep -./bin/sl -./bin/cacademo -./bin/cacafire ./bin/lua +./bin/file ./libexec ./libexec/awk ./libexec/awk/grcat diff --git a/pack/toys.tree b/pack/toys.tree index 73e946a..c4fc8ce 100644 --- a/pack/toys.tree +++ b/pack/toys.tree @@ -1,5 +1,7 @@ -./bin/cacaclock -./bin/cacaview -./bin/cacaplay +# ./bin/cacaclock +# ./bin/cacaview +# ./bin/cacaplay +./bin/cacademo ./bin/cacafire ./bin/sl +./bin/matanza |

