Skip to content

Commit

Permalink
Merge pull request #1303 from mariux64/fix-twolame
Browse files Browse the repository at this point in the history
twolame: rebuild & fix
  • Loading branch information
wwwutz authored Sep 20, 2019
2 parents 3edfe97 + a6473b5 commit d925093
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 83 deletions.
83 changes: 0 additions & 83 deletions twolame-0.3.13-0.bee

This file was deleted.

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

# BEE_VERSION twolame-0.3.13-1

# more info: https://sourceforge.net/projects/twolame

SRCURL[0]="https://downloads.sourceforge.net/project/twolame/twolame/${PKGVERSION}/twolame-${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() {
rm -vrf ${D}/usr/share/doc/twolame/html
}

0 comments on commit d925093

Please sign in to comment.