Browse Source

Add create_ap-git and hostapd

master
mid-kid 8 years ago
parent
commit
0ad1cba92e
  1. 13
      satellites/create_ap-git.sat
  2. 14
      satellites/hostapd.sat

13
satellites/create_ap-git.sat

@ -0,0 +1,13 @@
import 'vcs/git'
name=create_ap
vcs_git "https://github.com/oblique/$name"
header_end
cd "$name"
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" "$name"
install -Dm644 -t "$dir_install/$dir_sysconfdir" "$name.conf"
install -Dm644 -t "$dir_install/$dir_prefix/$dir_datadir/bash-completion/$name" bash_completion
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:

14
satellites/hostapd.sat

@ -0,0 +1,14 @@
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:
Loading…
Cancel
Save