Skip to content

Commit

Permalink
freetype: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Sep 19, 2021
1 parent 066a35b commit 677429b
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions freetype.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
#!/bin/env beesh

# BEE_VERSION freetype-2.10.4-0
# 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://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
Expand All @@ -18,3 +29,11 @@ mee_configure() {
bee_configure \
--disable-static
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 677429b

Please sign in to comment.