pkgname = "freetype";
version = "2.1.10";
group = "freetype";
user = "freetype";
archive = "freetype-2.1.10.tar.bz2";
command = "tar xfj freetype-2.1.10.tar.bz2";
command = "cd freetype-2.1.10";
command = "sed -i -r 's:.*(#.*BYTE.*) .*:\1:' include/freetype/config/ftoption.h";
command = "./configure --prefix=/usr";
command = "make";
command = "make install";
command = "cd ..";
command = "rm -rf freetype-2.1.10";
time = "20061120 14:59:47 Mon";
