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 677429b Sep 19, 2021 History
- fixed SRCURL
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 39 lines (27 sloc) 714 Bytes
#!/bin/env beesh
# BEE_VERSION freetype-2.10.4-1
BEE_BUILDTYPE=autotools
# SRCURL[0]="https://download.savannah.gnu.org/releases/freetype/freetype-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/0e6c0e9b218be3ba3e26e1d23b1c80dd/freetype-2.10.4.tar.xz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
bee_patch
sed -ri "s:.*(AUX_MODULES.*valid):\1:" modules.cfg
sed -r "s:.*(#.*SUBPIXEL_(RENDERING|HINTING 2)) .*:\1:g" \
-i include/freetype/config/ftoption.h
}
mee_configure() {
bee_configure \
--disable-static
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}