Skip to content

Commit

Permalink
Merge pull request #1602 from mariux64/update-live-20200111
Browse files Browse the repository at this point in the history
live: update from 2013.10.25 to 2020.01.11
  • Loading branch information
wwwutz authored Jan 20, 2020
2 parents 824cd2e + a6452d5 commit a40f1b1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 84 deletions.
84 changes: 0 additions & 84 deletions live-2013.10.25-1.bee

This file was deleted.

41 changes: 41 additions & 0 deletions live.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/usr/bin/env beesh

# BEE_VERSION live-2020.01.11-0

# more info: https://foo.bar.com

SRCURL[0]="http://www.live555.com/liveMedia/public/live.${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_patch_post() {
./genMakefiles linux-64bit
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -fv ${D}/usr/bin/test*
}

0 comments on commit a40f1b1

Please sign in to comment.