2005-12-05 06:11:09 -08:00
|
|
|
source $stdenv/setup
|
2005-04-28 14:10:33 -07:00
|
|
|
|
|
|
|
postUnpack=postUnpack
|
|
|
|
postUnpack() {
|
|
|
|
ensureDir $out/share/texmf
|
|
|
|
ensureDir $out/share/texmf-dist
|
|
|
|
gunzip < $texmf | (cd $out/share/texmf-dist && tar xvf -)
|
|
|
|
}
|
|
|
|
|
|
|
|
configureFlags="\
|
|
|
|
--disable-multiplatform \
|
|
|
|
--without-x11 \
|
|
|
|
--without-xdvik \
|
|
|
|
--without-oxdvik \
|
|
|
|
--with-system-zlib \
|
|
|
|
--with-system-pnglib \
|
|
|
|
--with-system-ncurses \
|
|
|
|
"
|
|
|
|
|
|
|
|
genericBuild
|