opt/wine/Pkgfile
2006-07-21 11:47:58 +00:00

19 lines
419 B
Plaintext

# Description: WINE - Implementation of Windows DLL's and core.
# URL: http://www.winehq.com/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: fontforge
name=wine
version=0.9.17
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/wine-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls
make depend
make
make prefix=$PKG/usr install
}