opt/wine/Pkgfile
2007-03-03 12:33:33 +02:00

22 lines
492 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 Nykänen, aon at iki dot fi
# Depends on: fontforge
name=wine
version=0.9.32
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/wine-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=$PKG/usr/man \
--disable-nls
make depend
make
make prefix=$PKG/usr install
}