Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bin86: be0 conversion and update urls
  • Loading branch information
niclas committed Oct 29, 2019
1 parent 39adc4b commit 3bfb680
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 35 deletions.
35 changes: 0 additions & 35 deletions bin86-0.16.17-0.bee

This file was deleted.

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

# BEE_VERSION bin86-0.16.17-1

SRCURL[0]="https://ftp.osuosl.org/pub/clfs/conglomeration/bin86/bin86-${PKGVERSION}.tar.gz"

PATCHURL[0]="https://ftp.osuosl.org/pub/clfs/conglomeration/bin86/bin86-0.16.17-x86_64-1.patch"


# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
mkdir -pv ${D}${BINDIR}
mkdir -pv ${D}${MANDIR}/man1

bee_install BINDIR=${D}${BINDIR} MANDIR=${D}${MANDIR}
}

#mee_install_post() {
# exit
#}

0 comments on commit 3bfb680

Please sign in to comment.