Skip to content
Permalink
1b740d97b9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit 8382878 Aug 24, 2023 History
- be0ified
- fPICed
- used by: gst-plugins-good, now linked static
1 contributor

Users who have contributed to this file

executable file 31 lines (22 sloc) 477 Bytes
#!/bin/env beesh
# BEE_VERSION taglib-1.13.1-0
# SRCURL[0]="https://taglib.org/releases/taglib-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/2fe6089da73ad414aa1b982b83415362/taglib-1.13.1.tar.gz"
PATCHURL[0]=""
#mee_extract() {
# bee_extract ${@}
#}
#mee_patch() {
# bee_patch ${@}
#}
mee_configure() {
CFLAGS="-O2 -fPIC" \
CXXFLAGS="-O2 -fPIC" \
bee_configure
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}