2004-04-01 20:06:09 +02:00
|
|
|
. $stdenv/setup
|
2003-11-11 16:01:07 +01:00
|
|
|
|
2005-01-31 20:39:42 +01:00
|
|
|
# !!! Remove eventually.
|
|
|
|
export _POSIX2_VERSION=199209
|
|
|
|
|
2004-04-01 20:06:09 +02:00
|
|
|
postUnpack() {
|
|
|
|
unpackFile $fonts
|
|
|
|
}
|
|
|
|
postUnpack=postUnpack
|
|
|
|
|
|
|
|
configureFlags="\
|
|
|
|
--with-win32libdir=$win32codecs \
|
2003-11-11 16:01:07 +01:00
|
|
|
--with-reallibdir=$win32codecs \
|
2004-04-01 20:06:09 +02:00
|
|
|
--enable-runtime-cpudetection"
|
|
|
|
|
|
|
|
postInstall() {
|
|
|
|
cp -p ../font-arial-iso-8859-1/font-arial-18-iso-8859-1/* $out/share/mplayer/font
|
|
|
|
}
|
|
|
|
postInstall=postInstall
|
|
|
|
|
|
|
|
genericBuild
|