1
0
forked from ports/opt
opt/wine/Pkgfile

19 lines
450 B
Plaintext
Raw Normal View History

2005-11-28 09:39:42 +00:00
# $Id: Pkgfile,v 1.16 2005/11/12 03:50:00 danielw Exp $
2005-11-17 02:10:55 +00:00
# Description: WINE - Implementation of Windows DLL's and core.
# URL: http://www.winehq.com/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
name=wine
2006-01-26 06:48:22 +00:00
version=0.9.6
2005-11-17 02:10:55 +00:00
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
}