updated/fixed stage3 packages with priority <= 2 (beside ipsec-tools & rarpd)
[hdw-linux/hdw-linux.git] / packages / x11 / freetype / freetype
index 08d2c3e..b4cf1d7 100644 (file)
@@ -2,12 +2,12 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.1.9
+# [V] 2.1.10
 # [S] 3-2
-# [D] freetype-2.1.9.tar.bz2 ftp://ftp.freetype.org/freetype/freetype2/
+# [D] freetype-2.1.10.tar.bz2 http://savannah.nongnu.org/download/freetype/
 
-post_install() {
-       # documentation
-       mkdir -p $docdir
-       cp -rv docs/* $docdir
+pre_install()  {
+       sed -r 's:.*(#.*BYTE.*) .*:\1:' include/freetype/config/ftoption.h > \
+               tmp~
+       mv tmp~ include/freetype/config/ftoption.h
                }