opt/wine/Pkgfile
2011-10-17 22:12:40 +11:00

28 lines
878 B
Plaintext

# Description: WINE - Implementation of Windows DLL's and core.
# URL: http://www.winehq.com/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: fontconfig fontforge freeglut gnutls lcms mpg123 openal xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxrandr xorg-libxxf86dga
name=wine
version=1.2.3
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)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=$PKG/usr/man \
--verbose \
--disable-tests
make depend
make
make prefix=$PKG/usr install
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
}