Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
arp-scan: update to 1.9.7-git
- be0ify
  • Loading branch information
wwwutz committed Dec 3, 2019
1 parent b0feeb9 commit c71e14b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 83 deletions.
83 changes: 0 additions & 83 deletions arp-scan-1.9-0.bee

This file was deleted.

42 changes: 42 additions & 0 deletions arp-scan.be0
@@ -0,0 +1,42 @@
#!/usr/bin/env beesh

# BEE_VERSION arp-scan-1.9.7_p0_7f88dc0-0

# bee download -v 1.9.7 https://github.com/royhills/arp-scan.git

SRCURL[0]="/src/mariux/beeroot/downloads/arp-scan-${PKGFULLVERSION}.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure_pre() {
cd ${S}
autoreconf --install
}

mee_configure() {
${S}/configure ${DEFCONFIG}
}

mee_build() {
make ${BEE_MAKEFLAGS} "$@"
}

mee_install() {
make ${BEE_MAKEFLAGS} install DESTDIR=${D}
}

#mee_install_post() {
# exit
#}

0 comments on commit c71e14b

Please sign in to comment.