You are not logged in.

#1 2004-06-23 01:49:17

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Cedega

First, before I get flamed... To use this PKGBUILD, you have to register with transgaming and download the .tgz...

Okay, so you pay your $15 and you have your nice shiney WineX 4.0, Cedega.  You don't want to just extract it to /... That's like, cheating on pacman.  You put your cedega.tgz in an empty directory with this PKGBUILD, and makepkg.  Boom!  AL WineX Package!  Here's the PKGBUILD.

pkgname=cedega
pkgver=4.0
pkgrel=1
pkgdesc="TransGaming fork of wine that is foccused towards gaming."
url="http://www.transgaming.com"
license=""
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=($pkgname_$pkgver-1.i386.tgz)
md5sums=()

build() {
  cd $startdir/src/
  cp -R usr ../pkg/
}

DON'T DISTRIBUTE THIS PKG.TAR.GZ.  This PKGBUILD is to keep your system clean with pacman, not to illegally distribute winex.


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#2 2004-07-29 14:25:39

dammit
Member
Registered: 2004-07-06
Posts: 67

Re: Cedega

um, after i run makepkg how do i run cedega winex?
when i run ur PKGBUILD, ive still got pkg and src directory in my temp directory. Can i delete those?
thx
dammit

Offline

#3 2004-07-29 14:58:52

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Cedega

You only need the .pkg file the rest you can remove if you like

install package with

pacman -A <package name>

HTH


Mr Green

Offline

#4 2004-08-22 10:19:44

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: Cedega

Hmmm ... as i cannot pay for cedega (don't have any creditcard) does anybody have a PKGBUILD to install cedega as CVS version? I know this worked at least with older WineX versions. I'd like to try if DAoC works with it so i don't have to reboot smile.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#5 2005-10-11 09:18:02

orjanp
Member
From: Tromsoe, Norway
Registered: 2004-07-03
Posts: 347

Re: Cedega

I know this is old, but is this working with v.4.4?

Like this...

pkgname=cedega
pkgver=4.4
pkgrel=1
pkgdesc="TransGaming fork of wine that is foccused towards gaming."
url="http://www.transgaming.com"
license=""
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=($pkgname_$pkgver-1.i386.tgz)
md5sums=()

build() {
  cd $startdir/src/
  cp -R usr ../pkg/
} 

Ørjan Pettersen

Offline

#6 2005-10-11 10:22:05

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: Cedega

orjanp wrote:

I know this is old, but is this working with v.4.4?

Like this...

There is a current PKGBUILD in AUR smile

Offline

#7 2005-10-11 14:23:08

orjanp
Member
From: Tromsoe, Norway
Registered: 2004-07-03
Posts: 347

Re: Cedega

Oh, thanks.

Anyway, it did seem to work.

Oerjan...


Ørjan Pettersen

Offline

Board footer

Powered by FluxBB