misc/libfreetype/version.sed
author nemo
Tue, 24 Jul 2012 18:53:42 -0400
changeset 7423 ec8f690f3e0f
parent 5172 88f2e05288ba
permissions -rw-r--r--
workaround - not great though since they probably should have proper initial values like they used to have in uConsts. leaving a note to koda

#! /usr/bin/sed -nf

s/^#define  *FREETYPE_MAJOR  *\([^ ][^ ]*\).*$/freetype_major="\1" ;/p
s/^#define  *FREETYPE_MINOR  *\([^ ][^ ]*\).*$/freetype_minor=".\1" ;/p
s/^#define  *FREETYPE_PATCH  *\([^ ][^ ]*\).*$/freetype_patch=".\1" ;/p