From 9a26d3fdc7fca2df6f824b56034ab9a823e898d8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 15 Jul 2022 00:52:21 +0100 Subject: added python deps for libvirt --- repo/sdl2-ttf/sdl2-ttf.xibuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 repo/sdl2-ttf/sdl2-ttf.xibuild (limited to 'repo/sdl2-ttf') diff --git a/repo/sdl2-ttf/sdl2-ttf.xibuild b/repo/sdl2-ttf/sdl2-ttf.xibuild new file mode 100644 index 0000000..12cdba8 --- /dev/null +++ b/repo/sdl2-ttf/sdl2-ttf.xibuild @@ -0,0 +1,23 @@ +#!/bin/sh + +NAME="sdl2-ttf" +DESC="A library which allows you to use TrueType fonts in your SDL applications" + +MAKEDEPS="freetype2 mesa sdl2" + +PKG_VER=2.0.18 +SOURCE="https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$PKG_VER.tar.gz" + +build() { + ./configure \ + + + --prefix=/usr \ + --enable-static + make +} + +package() { + make DESTDIR="$PKG_DEST" install +} + -- cgit v1.2.1