# hdw - linux freetype package # # author: hackbard@hackdaworld.dyndns.org # # [V] 2.1.10 # [S] 3-2 # [D] freetype-2.1.10.tar.bz2 http://savannah.nongnu.org/download/freetype/ pre_install() { sed -r 's:.*(#.*BYTE.*) .*:\1:' include/freetype/config/ftoption.h > \ tmp~ mv tmp~ include/freetype/config/ftoption.h }