Skip to content
Permalink
83e0d7979c
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 5536b48 Feb 12, 2020 History
- be0 cleanup
- set fixed SRCURL
```
--2020-02-12 11:06:43--  https://www.ltrace.org/ltrace_0.7.3.orig.tar.bz2
Resolving www.ltrace.org... 151.80.38.131
Connecting to www.ltrace.org|151.80.38.131|:443... connected.
ERROR: The certificate of ‘www.ltrace.org’ is not trusted.
ERROR: The certificate of ‘www.ltrace.org’ has expired.
The certificate has expired
```
2 contributors

Users who have contributed to this file

@donald @wwwutz
executable file 36 lines (26 sloc) 660 Bytes
#!/usr/bin/env beesh
# BEE_VERSION ltrace-0.7.3-1
# SRCURL[0]="https://www.ltrace.org/ltrace_${PKGVERSION}.orig.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/b3dd199af8f18637f7d4ef97fdfb9d14/ltrace_0.7.3.orig.tar.bz2"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
mee_build() {
bee_build CFLAGS='-Wno-deprecated-declarations -Wno-bool-compare -Wno-logical-not-parentheses \
-Wno-unused-local-typedefs'
}
#mee_install() {
# bee_install
#}
mee_install_post() {
rm -rv ${D}/usr/share/doc
}