Moderator: Moderator
# $Id: PKGBUILD 1352 2008-05-05 22:49:22Z eric $
# Maintainer: Dale Blount <dale@archlinux.org>
# Contributor: Matt Smith (Majik) <darkknight@helpdesk.zaz.net>
pkgname=wine
pkgver=1.0
pkgrel=1
pkgdesc="Emulator of the Windows 3.x and Win32 APIs"
url="http://www.winehq.com"
arch=(i686)
license=(LGPL)
depends=(freetype2 fontconfig libjpeg libungif alsa-lib glut libldap libxslt lcms libxxf86dga freeglut \
libxinerama libxcursor libxrandr libxrender libxdamage)
makedepends=(alsa-lib sane fontforge flex bison)
source=(http://downloads.sourceforge.net/wine/wine-$pkgver.tar.bz2)
md5sums=(95e793242aad5031692ab7c35d79e6cd)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --enable-opengl --with-x
make depend || return 1
make || return 1
make prefix=$startdir/pkg/usr install || return 1
# expand conflicts with textutils ( doesnt exist anymore ? )
# mv $startdir/pkg/usr/bin/expand $startdir/pkg/usr/bin/wine-expand || return 1
mkdir -p $startdir/pkg/etc/wine
# mkdir -p $startdir/pkg/etc/profile.d
# cp -r $startdir/src/$pkgname-$pkgver/documentation/samples $startdir/pkg/etc/wine
}
Mitglieder in diesem Forum: 0 Mitglieder und 8 Gäste