misc/libfreetype/version.sed
author koda
Thu, 14 Jun 2012 00:03:01 +0200
changeset 7242 ed8bd253408c
parent 5172 88f2e05288ba
permissions -rw-r--r--
ios: for mission configuration, use the bundled cfg file instead of providing plist files

#! /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