diff --git a/farstream.be0 b/farstream.be0 new file mode 100755 index 000000000..50e769264 --- /dev/null +++ b/farstream.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION farstream-0.2.9-0 + +SRCURL[0]="https://freedesktop.org/software/farstream/releases/farstream/farstream-${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 +#} + +#mee_install_post() { +# exit +#} diff --git a/libnice-0.1.0-0.bee b/libnice-0.1.0-0.bee deleted file mode 100755 index 367b4f59a..000000000 --- a/libnice-0.1.0-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://nice.freedesktop.org/releases/libnice-0.1.0.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/libnice.be0 b/libnice.be0 new file mode 100755 index 000000000..c8dc56495 --- /dev/null +++ b/libnice.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libnice-0.1.17-0 + +SRCURL[0]="https://libnice.freedesktop.org/releases/libnice-${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 +#} + +#mee_install_post() { +# exit +#} diff --git a/pidgin.be0 b/pidgin.be0 index c02792d81..b2767e2cf 100755 --- a/pidgin.be0 +++ b/pidgin.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION pidgin-2.13.0-4 +# BEE_VERSION pidgin-2.14.1-0 -#SRCURL[0]="https://downloads.sourceforge.net/pidgin/pidgin-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/423403494fe1951e47cc75231f743bb0/pidgin-2.13.0.tar.bz2" +SRCURL[0]="https://downloads.sourceforge.net/pidgin/pidgin-${PKGVERSION}.tar.bz2" +#SRCURL[0]="https://beehive.molgen.mpg.de/423403494fe1951e47cc75231f743bb0/pidgin-2.13.0.tar.bz2" # PATCHURL+=() @@ -19,13 +19,14 @@ SRCURL[0]="https://beehive.molgen.mpg.de/423403494fe1951e47cc75231f743bb0/pidgin # bee_patch "${@}" #} +source /pkg/gcc-10.2.0-0/profile + mee_configure() { bee_configure \ --disable-avahi \ --disable-nm \ --disable-idn \ --disable-meanwhile \ - --disable-vv \ --disable-gtkspell \ --disable-nls \ --disable-tcl \