You are not logged in.

#1 2008-02-24 13:15:59

wavenator
Member
Registered: 2007-12-03
Posts: 62

wine 0.9.56 pkgbuild

i've just made 1 for you
enjoy, i've already  tried it and it is working

pkgname=wine
pkgver=0.9.56
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://kent.dl.sourceforge.net/sourceforge/wine/wine-0.9.56.tar.bz2)
md5sums=('24c4fd52f614e3acd428fa35c8007a86')

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 ( doesn't 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
}

Offline

#2 2008-02-24 20:53:04

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 644

Re: wine 0.9.56 pkgbuild

Thanks wavenator I was looking for it in AUR and finally found it here. I really appreciate Your work big_smile


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#3 2008-02-25 14:22:22

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: wine 0.9.56 pkgbuild

The wine PKGBUILD(as most pkgbuilds) you update by changing the pkgver and commenting out the md5sum.. not very hard work.. Ofc you also have to run abs(if you haven't done it already) and cd to /var/abs/extra/x11/wine first but this is archlinux's abc smile


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#4 2008-02-26 14:42:59

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 644

Re: wine 0.9.56 pkgbuild

It sounds easy but often is troublesome wink


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#5 2008-02-26 16:22:51

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: wine 0.9.56 pkgbuild

or it sounds troublesome but often is easy wink

that's been my experience atleast.


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

Board footer

Powered by FluxBB