opt/wine/Pkgfile

28 lines
878 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/
2011-10-17 13:12:25 +02:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Daniel Walpole, daniel at walpole dot id dot au
2011-10-17 13:12:25 +02:00
# Depends on: fontconfig fontforge freeglut gnutls lcms mpg123 openal xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxrandr xorg-libxxf86dga
2006-02-23 16:26:10 +01:00
name=wine
2011-04-10 10:53:44 +02:00
version=1.2.3
2011-10-17 13:12:25 +02:00
release=2
source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-$version.tar.bz2
http://downloads.sourceforge.net/project/wine/Wine%20Gecko/1.0.0/wine_gecko-1.0.0-x86.cab)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2011-10-17 13:12:25 +02:00
2006-10-28 22:24:50 +02:00
./configure \
--prefix=/usr \
--mandir=$PKG/usr/man \
2011-10-17 13:12:25 +02:00
--verbose \
--disable-tests
2006-02-23 16:26:10 +01:00
make depend
make
make prefix=$PKG/usr install
2011-10-17 13:12:25 +02:00
install -D $SRC/wine_gecko-1.0.0-x86.cab $PKG/usr/share/wine/gecko/wine_gecko-1.0.0-x86.cab
rm -r $PKG/usr/man/??.UTF-8
2006-02-23 16:26:10 +01:00
}