Migrate more scripts to git
This commit is contained in:
parent
a74783a375
commit
5339e22d26
11 changed files with 43 additions and 59 deletions
|
@ -1,19 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
FONTCONFIG_SRC="https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.14.0.tar.xz"
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/fontconfig/fontconfig.git"
|
||||
SCRIPT_COMMIT="fd0753af88f746fd3d729bf6e1df08eefeeaa3ac"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
mkdir fc
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" fc
|
||||
cd fc
|
||||
|
||||
wget "$FONTCONFIG_SRC" -O fc.tar.gz
|
||||
tar xaf fc.tar.gz
|
||||
rm fc.tar.gz
|
||||
cd fontconfig*
|
||||
./autogen.sh --noconf
|
||||
|
||||
local myconf=(
|
||||
--prefix="$FFBUILD_PREFIX"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue