Package Details: pixiewps-git 1.4.2.r6.g464326f-1

Git Clone URL: https://aur.archlinux.org/pixiewps-git.git (read-only, click to copy)
Package Base: pixiewps-git
Description: Offline bruteforce of the WPS pin exploiting the low or non-existing entropy of some APs
Upstream URL: https://github.com/wiire/pixiewps
Licenses: GPL
Conflicts: pixiewps
Provides: pixiewps
Submitter: delta48
Maintainer: codyps (m3thodic)
Last Packager: codyps
Votes: 2
Popularity: 0.000000
First Submitted: 2015-08-13 18:12 (UTC)
Last Updated: 2023-11-25 03:02 (UTC)

Dependencies (2)

Required by (2)

Sources (1)

Latest Comments

m3thodic commented on 2022-05-06 06:55 (UTC)

Updated PKGBUILD:

# Maintainer: Mitch Bigelow <ipha00@gmail.com>
# Contributor: delta48 <dark.magician.48+aur[at]gmail[dot]com>

pkgname=pixiewps-git
pkgver=1.4.2.r6.g464326f
pkgrel=1
pkgdesc="Offline bruteforce of the WPS pin exploiting the low or non-existing entropy of some APs"
arch=('i686' 'x86_64')
url="https://github.com/wiire/pixiewps"
license=('GPL')
depends=('openssl')
makedepends=('git')
conflicts=('pixiewps')
provides=('pixiewps')
source=("${pkgname}::git+https://github.com/wiire/pixiewps.git")
sha256sums=('SKIP')

pkgver() {
    cd "${srcdir}/${pkgname}"

    git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}

build() {
    cd "${srcdir}/${pkgname}"

    make
}

package() {
    cd "${srcdir}/${pkgname}"

    make PREFIX="${pkgdir}/usr" install
}

sandalswallow commented on 2021-08-06 08:52 (UTC)

Finally got Transaction successfully finished. after made some changes.

pkgver() {
  cd "$_pkgname"
  git describe --long --tags | sed 's/^[v-]//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

build() {
    cd "$_pkgname"
    # edit makefile
    sed -e 14d -e 16d -e '15 s/install/& -Dm 755 /'  -i Makefile
    make
}

package() {
    cd "$_pkgname"
    make PREFIX="$pkgdir/usr" install
}

dreieck commented on 2018-05-28 11:37 (UTC) (edited on 2018-05-28 11:38 (UTC) by dreieck)

build() runs a sed-command which expects a Makefile somewhere, but it is not present where it is expected.

Can you fix it?

Here the error output:

==> Starting pkgver()...
==> Updated version: pixiewps-git r237.9e5bdc6-1
==> Starting build()...
sed: can't read Makefile: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...

BoBeR182 commented on 2016-10-13 02:13 (UTC)

==> Building and installing package ==> Making package: pixiewps-git r26.08a78c3-1 (Wed Oct 12 22:11:41 EDT 2016) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning pixiewps git repo... Cloning into bare repository '/tmp/yaourt-tmp-bober/aur-pixiewps-git/pixiewps'... remote: Counting objects: 267, done. remote: Total 267 (delta 0), reused 0 (delta 0), pack-reused 267 Receiving objects: 100% (267/267), 124.66 KiB | 0 bytes/s, done. Resolving deltas: 100% (150/150), done. ==> Validating source files with md5sums... pixiewps ... Skipped ==> Extracting sources... -> Creating working copy of pixiewps git repo... Cloning into 'pixiewps'... done. ==> Starting pkgver()... ==> Updated version: pixiewps-git r53.1448fff-1 ==> Starting build()... cc -std=c99 -O3 -o pixiewps pixiewps.c random_r.c crypto/sha256.c crypto/md.c crypto/md_wrap.c ==> Entering fakeroot environment... ==> Starting package()... make: *** No rule to make target 'install'. Stop. ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build pixiewps-git.

delta48 commented on 2016-08-19 20:17 (UTC)

can you paste the patch here i can't see the link you send, thank you

codebam commented on 2016-08-18 07:11 (UTC)

Fixed the sed line here: https://ptpb.pw/87a2