opt/wine/Pkgfile

21 lines
491 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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<79>nen, aon at iki dot fi
2006-07-21 13:47:58 +02:00
# Depends on: fontforge
2006-02-23 16:26:10 +01:00
name=wine
version=0.9.21
2006-09-27 20:28:52 +02:00
release=2
2006-02-23 16:26:10 +01:00
source=(http://dl.sourceforge.net/sourceforge/$name/wine-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
2006-09-27 20:28:52 +02:00
--mandir=$PKG/usr/man \
2006-02-23 16:26:10 +01:00
--disable-nls
make depend
make
make prefix=$PKG/usr install
}