Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
flac: update to 1.3.3
- rm dev docs
  • Loading branch information
wwwutz committed Oct 18, 2019
1 parent 8b6bb4f commit df4a3d2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 83 deletions.
83 changes: 0 additions & 83 deletions flac-1.3.0-0.bee

This file was deleted.

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

# BEE_VERSION flac-1.3.3-0

# more info: https://xiph.org/flac

SRCURL[0]="https://ftp.osuosl.org/pub/xiph/releases/flac/flac-${PKGVERSION}.tar.xz"

# 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
}

0 comments on commit df4a3d2

Please sign in to comment.