opt/wine/Pkgfile

18 lines
395 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/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
name=wine
2006-05-01 14:12:46 +02:00
version=0.9.12
2006-02-23 16:26:10 +01: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
}