updated/fixed stage3 packages with priority <= 2 (beside ipsec-tools & rarpd)
[hdw-linux/hdw-linux.git] / packages / x11 / freetype / freetype
1 # hdw - linux freetype package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 2.1.10
6 # [S] 3-2
7 # [D] freetype-2.1.10.tar.bz2 http://savannah.nongnu.org/download/freetype/
8
9 pre_install()   {
10         sed -r 's:.*(#.*BYTE.*) .*:\1:' include/freetype/config/ftoption.h > \
11                 tmp~
12         mv tmp~ include/freetype/config/ftoption.h
13                 }