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.
14 lines
356 B
14 lines
356 B
name=busybox
|
|
version=1.23.2
|
|
|
|
dlextract "http://www.busybox.net/downloads/$name-$version.tar.bz2" \
|
|
"7925683d7dd105aabe9b6b618d48cc73"
|
|
extrafile "busybox.config"
|
|
header_end
|
|
|
|
sed 's@./_install@'"$dir_install/tools"'@' busybox.config > "$name-$version/.config"
|
|
cd "$name-$version"
|
|
|
|
make; make install
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|
|
|