Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1358 from mariux64/update-lame-3982
lame: update 3.98.2 to 3.100
  • Loading branch information
pmenzel committed Sep 26, 2019
2 parents dc94cd9 + b6c2d43 commit 926d6f0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 31 deletions.
31 changes: 0 additions & 31 deletions lame-398_2-0.bee

This file was deleted.

37 changes: 37 additions & 0 deletions lame.be0
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION lame-3.100-0

# more info: http://www.linuxfromscratch.org/blfs/view/cvs/multimedia/lame.html

SRCURL[0]="https://downloads.sourceforge.net/lame/lame-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure --enable-mp3rtp
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -vrf ${D}/usr/share/doc
}

0 comments on commit 926d6f0

Please sign in to comment.