[package] name = "lib32-freetype" version = "2.13.3" description = "32-bit font rendering library" url = "https://freetype.org/" license = "FTL OR GPL-2.0" [source] url = "https://download.savannah.gnu.org/releases/freetype/freetype-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["lib32-glibc", "lib32-zlib"] build = ["gcc", "make", "pkg-config"] [build] system = "autotools" configure = """CC="gcc -m32" CXX="g++ -m32" PKG_CONFIG_PATH="/usr/lib32/pkgconfig" ./configure --prefix=/usr --libdir=/usr/lib32 --host=i686-pc-linux-gnu --disable-static --enable-freetype-config""" make = """make""" install = """make DESTDIR=${PKG} install"""