Skip to content

Commit

Permalink
farstream: Add version 0.2.9
Browse files Browse the repository at this point in the history
Required for Pidgin’s [Voice and Video support][1].

[1]: https://pidgin.im/development/voice-and-video/
  • Loading branch information
pmenzel committed Oct 5, 2020
1 parent 2c4fc4a commit 4367367
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions farstream.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 4367367

Please sign in to comment.