Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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
353 B

name=hostapd
version=2.5
update_url="http://w1.fi/$name/"
dlextract "http://w1.fi/releases/$name-$version.tar.gz" \
'69f9cec3f76d74f402864a43e4f8624f'
header_end
cd "$name-$version/$name"
cp defconfig .config
make
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" "$name" "${name}_cli"
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: