blob: d3ce3ff656ecf9c95c15f9923e1c8e7481efedf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# Maintainer: binaryplease <binaryplease@gmail.com>
pkgname=fluxion-git
pkgver=0.0.0
pkgrel=1
pkgdesc="Fluxion is a remake of linset by vk496 with less bugs and more features."
arch=('x86_64' 'i686')
url="https://github.com/deltaxflux/fluxion"
license=('GNU')
#depends=('readline' 'ncurses')
makedepends=('git' 'aircrack-ng' 'gawk' 'bully' 'curl' 'dhcp' 'hostapd' 'iwconfig' 'lighttpd' 'macchanger' 'mdk3' 'nmap' 'openssl' 'php-cgi' 'pyrit' 'python' 'reaver' 'rfkill' 'unzip' 'xterm' 'zenity' 'binutils')
#provides=("${pkgname%-git}")
#conflicts=("${pkgname%-git}")
#source=("${pkgname%-git}::git+git://git.code.sf.net/p/abook/git#branch=master")
#md5sums=('SKIP')
#pkgver() {
#cd "$srcdir/${pkgname%-git}"
#git describe --tags | sed 's/ver_//;s/_/./g;s/-/.r/;s/-/./'
#}
#build() {
#cd "$srcdir/${pkgname%-git}"
#autoreconf --force --install --symlink
#./configure --prefix=/usr
#make
#}
#check() {
#cd "$srcdir/${pkgname%-git}"
#make -k check
#}
#package() {
#cd "$srcdir/${pkgname%-git}"
#make DESTDIR="$pkgdir/" install
#}
|