From ebdba5943fd5b11cd29d5b3661e340b547242a45 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 21 Jan 2020 16:10:21 +0100 Subject: [PATCH] libmowgli: fix SRCURL - be0ify - fixed srcurl --- libmowgli-0.9.50-0.bee | 52 ------------------------------------------ libmowgli.be0 | 42 ++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 52 deletions(-) delete mode 100755 libmowgli-0.9.50-0.bee create mode 100755 libmowgli.be0 diff --git a/libmowgli-0.9.50-0.bee b/libmowgli-0.9.50-0.bee deleted file mode 100755 index 9ab69ba12..000000000 --- a/libmowgli-0.9.50-0.bee +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/env beesh - -#SRCURL[0]="http://distfiles.atheme.org/libmowgli-${PKGVERSION}.tbz2" - -SRCURL[0]="http://git.atheme.org/cgi-bin/cgit.cgi/libmowgli/snapshot/libmowgli-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - -B=${S} - - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -# BEE_CONFIGURE="compat" - -BEEPASSES=1 - -mee_patch() { - bee_patch - -# cd ${S} - ${S}/autogen.sh -} -# mee_patch2() { -# bee_patch -# } - -mee_configure() { - bee_configure -} -# mee_configure2() { -# bee_configure -# } - -mee_build() { - bee_build -} -# mee_build2() { -# bee_build -# } - -mee_install() { - bee_install -} -# mee_install2() { -# bee_install -# } diff --git a/libmowgli.be0 b/libmowgli.be0 new file mode 100755 index 000000000..daaa68a9c --- /dev/null +++ b/libmowgli.be0 @@ -0,0 +1,42 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libmowgli-0.9.50-1 + +# more info: https://foo.bar.com + +#SRCURL[0]="http://distfiles.atheme.org/libmowgli-${PKGVERSION}.tbz2" +SRCURL[0]="http://git.atheme.org/cgi-bin/cgit.cgi/libmowgli/snapshot/libmowgli-${PKGVERSION}.tar.gz" +SRCURL[0]="/src/mariux/md5repo/10713d4b9a106cce74947a619ba24bfe/libmowgli-0.9.50.tar.gz" + +# PATCHURL+=() + +build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} +mee_patch_post() { + ${S}/autogen.sh +} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}