diff --git a/libev-4.11-0.bee b/libev-4.11-0.bee deleted file mode 100755 index 408c2fdfc..000000000 --- a/libev-4.11-0.bee +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://dist.schmorp.de/libev/libev-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - - -INCLUDEDIR='${PREFIX}/include/ev' - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - -# build_in_sourcedir - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/libev.be0 b/libev.be0 new file mode 100755 index 000000000..9d7696a8f --- /dev/null +++ b/libev.be0 @@ -0,0 +1,31 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libev-4.11-1 + +SRCURL[0]="https://github.com/justmirror/libev/archive/${PKGVERSION}.tar.gz libev-${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}