mid-kid
8 years ago
2 changed files with 27 additions and 0 deletions
@ -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: |
@ -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…
Reference in new issue