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
- be0ify
- enable single language
- fixed SRCURL
1 contributor

Users who have contributed to this file

executable file 39 lines (28 sloc) 744 Bytes
#!/usr/bin/env beesh
# BEE_VERSION shared-mime-info-1.15-0
# see also http://www.linuxfromscratch.org/blfs/view/svn/general/shared-mime-info.html
# SRCURL[0]="https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/b27eb88e4155d8fccb8bb3cd12025d5b/shared-mime-info-1.15.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/5215f3d679a817de97eb8b0b911e9393/shared-mime-info-1.15.tar.xz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
--disable-nls \
--disable-update-mimedb
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}