You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
356 B
15 lines
356 B
10 years ago
|
name=busybox
|
||
9 years ago
|
version=1.23.2
|
||
10 years ago
|
|
||
|
dlextract "http://www.busybox.net/downloads/$name-$version.tar.bz2" \
|
||
9 years ago
|
"7925683d7dd105aabe9b6b618d48cc73"
|
||
10 years ago
|
extrafile "busybox.config"
|
||
9 years ago
|
header_end
|
||
10 years ago
|
|
||
10 years ago
|
sed 's@./_install@'"$dir_install/tools"'@' busybox.config > "$name-$version/.config"
|
||
10 years ago
|
cd "$name-$version"
|
||
|
|
||
10 years ago
|
make; make install
|
||
10 years ago
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|