opt/wine/Pkgfile
Antti Nykanen 06edb407f1 wine: updated to 1.0-rc3
Thanks to tilman for providing the patch.
2008-06-03 04:39:08 +03:00

26 lines
612 B
Plaintext

# Description: WINE - Implementation of Windows DLL's and core.
# URL: http://www.winehq.com/
# Packager: Daniel Walpole, daniel at walpole dot id dot au
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on: fontforge
name=wine
version=1.0-rc3
release=1
source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-$version.tar.bz2
$name-$version-openssl.diff
)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-$version-openssl.diff
./configure \
--prefix=/usr \
--mandir=$PKG/usr/man \
--disable-nls
make depend
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/man/{de,fr}.UTF-8
}