Skip to content

Commit

Permalink
Merge pull request #2099 from mariux64/update-yp-tools
Browse files Browse the repository at this point in the history
yp-tools: Update version from 2.12 to 4.2.3
  • Loading branch information
donald authored Apr 22, 2021
2 parents 356dea9 + 9ea05e8 commit f92f360
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 26 deletions.
26 changes: 0 additions & 26 deletions yp-tools-2.12-1.bee

This file was deleted.

38 changes: 38 additions & 0 deletions yp-tools.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION yp-tools-4.2.3-1

# more info: http://www.linux-nis.org/

SRCURL[0]="https://github.com/thkukuk/yp-tools/archive/refs/tags/v${PKGVERSION}.tar.gz"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
start_cmd ${S}/autogen.sh ${DEFCONFIG} "$@"
start_cmd ${S}/configure ${DEFCONFIG} "$@"
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit f92f360

Please sign in to comment.