diff --git a/bin86-0.16.17-0.bee b/bin86-0.16.17-0.bee deleted file mode 100755 index 6b5859175..000000000 --- a/bin86-0.16.17-0.bee +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://homepage.ntlworld.com/robert.debath/dev86/bin86-0.16.17.tar.gz" - -PATCHURL[0]="http://svn.cross-lfs.org/svn/repos/patches/bin86/bin86-0.16.17-x86_64-1.patch" - -PGRP=( uncategorized ) - - -B=${S} - -BEE_CONFIGURE=none - -# EXCLUDE="" - -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 PREFIX=${D}${PREFIX} MANDIR=${D}${MANDIR} -} - diff --git a/bin86.be0 b/bin86.be0 new file mode 100755 index 000000000..b6f991159 --- /dev/null +++ b/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 +#}