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.
13 lines
345 B
13 lines
345 B
name=busybox
|
|
version=1.23.1
|
|
|
|
dlextract "http://www.busybox.net/downloads/$name-$version.tar.bz2" \
|
|
"337d1a15ab1cb1d4ed423168b1eb7d7e"
|
|
extrafile "busybox.config"
|
|
|
|
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:
|
|
|