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 4d510b4 Sep 14, 2021 History
- fixed SRCURL
- one language
2 contributors

Users who have contributed to this file

@thomas @wwwutz
executable file 33 lines (23 sloc) 530 Bytes
#!/usr/bin/env beesh
# BEE_VERSION elfutils-0.176-1
#SRCURL[0]="https://sourceware.org/elfutils/ftp/${PKGVERSION}/elfutils-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/077e4f49320cad82bf17a997068b1db9/elfutils-0.176.tar.bz2"
# PATCHURL+=()
build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
--disable-nls
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}