Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : hostapd | |||||
| version : 2.6 | |||||
| release : 1 | |||||
| source : | |||||
| - https://w1.fi/releases/hostapd-2.6.tar.gz : 01526b90c1d23bec4b0f052039cc4456c2fd19347b4d830d1d58a0a6aea7117d | |||||
| license : BSD | |||||
| component : network.utils | |||||
| summary : hostapd is a user space daemon for access point and authentication servers. | |||||
| description: | | |||||
| Hostapd (Host access point daemon) is a user space software access point capable of turning normal network interface cards into access points and authentication servers. | |||||
| builddeps : | |||||
| - pkgconfig(libnl-3.0) | |||||
| setup : | | |||||
| %apply_patches | |||||
| cd hostapd | |||||
| cp $pkgfiles/config .config | |||||
| sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf | |||||
| build : | | |||||
| cd hostapd | |||||
| %make | |||||
| install : | | |||||
| cd hostapd | |||||
| install -Dm 00644 $pkgfiles/hostapd.service $installdir/%libdir%/systemd/system/hostapd.service | |||||
| install -Dm 00755 hostapd $installdir/usr/bin/hostapd | |||||
| install -Dm 00755 hostapd_cli $installdir/usr/bin/hostapd_cli | |||||
| No newline at end of file | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.