Skip to content

twolame: rebuild & fix #1303

Merged
merged 2 commits into from
Sep 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}