Skip to content
Permalink
a91866a6f7
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
 
 
Cannot retrieve contributors at this time
executable file 30 lines (21 sloc) 496 Bytes
#!/usr/bin/env beesh
# BEE_VERSION lcms2-2.9-1
# SRCURL[0]="https://downloads.sourceforge.net/project/lcms/lcms/${PKGVERSION}/lcms2-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/8de1b7724f578d2995c8fdfa35c3ad0e/lcms2-2.9.tar.gz"
PATCHURL[0]=""
# build_in_sourcedir
#mee_extract() {
# bee_extract ${@}
#}
#mee_patch() {
# bee_patch ${@}
#}
mee_configure() {
bee_configure --disable-static
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}