You are not logged in.

#1 2004-03-28 11:11:11

galen
Member
From: Canada
Registered: 2003-07-02
Posts: 135
Website

winetools 2


Off to using Peanut and Slackware, no hard feelings but I need my CD to burn, PDA and scanner to connect and arch won't do it.

[img]http://www.flightsimhq.org/images/war-is-bushit_s.jpg[/img]

Offline

#2 2004-12-30 14:48:24

balliano
Member
Registered: 2004-02-27
Posts: 36

Offline

#3 2004-12-30 15:43:18

Greycloack
Member
Registered: 2004-03-05
Posts: 166

Re: winetools 2

thank you very very much
I was struggling to install Pspice under wine and with those tools it was a breeze !

Offline

#4 2005-01-02 01:21:53

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: winetools 2

this is waaaay off topic - but your nick galen means insane in swedish tongue


To err is human... to really foul up requires the root password.

Offline

#5 2005-01-07 09:51:01

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: winetools 2

lol

Offline

#6 2005-04-06 13:49:58

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: winetools 2

Here´s the PKGBUILD for winetools-211jo!

pkgname=winetools
pkgver=211jo
pkgrel=1
pkgdesc="WineTools is a menu driven installer for installing about 90 Windows programs under the x86 (Athlon or Intel PC) processor architecture with the Linux operating system using Wine"
url="http://www.von-thadden.de/Joachim/WineTools/"
depends=(wine)
install=
source=(http://ds80-237-203-29.dedicated.hosteurope.de/wt/$pkgname-$pkgver.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname
  mkdir -p ../../pkg/usr/local/winetools
  cp -R * ../../pkg/usr/local/winetools
  mkdir ../../pkg/usr/bin
  cp wt211jo ../../pkg/usr/bin/wt2
  cp wt211jo ../../pkg/usr/bin/winetools
  cp findwine ../../pkg/usr/bin/findwine
  cd po
  for i in $( ls  *.po|cut -f1 -d.); do
    mkdir -p ../../../pkg/usr/local/share/locale/$i/LC_MESSAGES
    msgfmt $i.po -o ../../../pkg/usr/local/share/locale/$i/LC_MESSAGES/wt2.mo
  done
}

Offline

Board footer

Powered by FluxBB