Skip to content
Permalink
077d6ef2a4
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 03f9487 Feb 10, 2020 History
- fixed SRCURL
- remove html docs
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 37 lines (26 sloc) 603 Bytes
#!/usr/bin/env beesh
# BEE_VERSION libmtp-1.1.17-0
#SRCURL[0]="https://downloads.sourceforge.net/project/libmtp/libmtp/${PKGVERSION}/libmtp-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/81aea5d3139e5189c2e055ed2c98cd91/libmtp-1.1.17.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
--disable-static
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
mee_install_post() {
rm -rfv ${D}/usr/share/doc
}