genode/repos/libports/ports/freetype.port

18 lines
559 B
Plaintext
Raw Normal View History

LICENSE := GPLv2
VERSION := 2.3.9
DOWNLOADS := freetype.archive
BASE_URL := https://sourceforge.net/projects/freetype/files/freetype2
URL(freetype) := $(BASE_URL)/$(VERSION)/freetype-$(VERSION).tar.gz
SIG(freetype) := ${URL(freetype)}.sig
KEY(freetype) := wl@gnu.org
SHA(freetype) := 2c82a4f87b076c13d878129c8651645803585ff4
DIR(freetype) := src/lib/freetype/contrib
DIRS := include include/freetype
DIR_CONTENT(include) := src/lib/freetype/contrib/include/ft2build.h
DIR_CONTENT(include/freetype) := src/lib/freetype/contrib/include/freetype/*