Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1486 from mariux64/fix-ypbind-mt-133
ypbind-mt: fix build version 1.33
  • Loading branch information
wwwutz committed Nov 25, 2019
2 parents 5a3d9cd + 566c052 commit d33b0b7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 26 deletions.
26 changes: 0 additions & 26 deletions ypbind-mt-1.33-1.bee

This file was deleted.

39 changes: 39 additions & 0 deletions ypbind-mt.be0
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION ypbind-mt-1.33-3

# more info: https://foo.bar.com

SRCURL[0]="https://www.thkukuk.de/nis/download/ypbind-mt/ypbind-mt-${PKGVERSION}.tar.gz"

PATCHURL[0]="/src/mariux/download/ypbind-mt-1.33-added-foreground-flag-to-start-ypbind-in-fore.patch"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure --disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit d33b0b7

Please sign in to comment.