opt/wine/Pkgfile
2009-06-06 14:02:45 +03:00

24 lines
575 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.1.23
release=1
source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-$version.tar.bz2)
build() {
cd $name-$version
# patch -p0 -i $SRC/$name-$version.patch
./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
}