misc/libfreetype/version.sed
author Xeli
Sun, 09 Oct 2011 20:41:17 +0200
branchhedgeroid
changeset 6045 9a7cc0f29430
parent 5172 88f2e05288ba
permissions -rw-r--r--
Using misc/libtremor/tremor rather than misc/tremor, plus added the include in the android.mk of SDL_mixer

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