You are not logged in.

#1 2007-12-17 12:49:01

kesara
Member
From: Colombo, Sri Lanka
Registered: 2006-10-08
Posts: 6
Website

[request] xscrabble

Please concider makeing a PKGBUILD for xscrabble.
Resouces: http://gentoo-portage.com/games-board/x … /Dep#ptabs
Source code available here: ftp://ftp.ac-grenoble.fr/ge/educational_games/
N/B: Looks like there is no official website sad
I tried to build a PKGBUILD my self, but this is too advanced for me. sad
Heres my working,

# Contributor: Kesara Nanayakkara Rathnayake <kesara@bcs.org>

pkgname=xscrabble
pkgver=2.12
pkgrel=1
pkgdesc="An X11 clone of the well-known Scrabble."
arch=('i686')
depends=('libxaw' 'libxp')
url="http://hpux.cs.utah.edu/hppd/hpux/Games/Board/xscrabble-2.10/"
license=('GPL')
source=(ftp://ftp.ac-grenoble.fr/ge/educational_games/$pkgname-$pkgver.tar.bz2)
md5sums=('733e90def2c1d60c0c223f3a0c908db9')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./build bin
  DESTDIR="$startdir/pkg/" ./build install
}

And you will need this file aslo: ftp://ftp.ac-grenoble.fr/ge/educational … en.tar.bz2
and this  (optional) for french users ftp://ftp.ac-grenoble.fr/ge/educational … fr.tar.bz2

Offline

#2 2007-12-19 16:55:26

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [request] xscrabble

I see an increasing lot of people asking for PKGBUILDs without even trying themselves. I'm glad you gave it a try yourself smile
I will see if I can get this thing working for you (tonight or tomorrow)

[edit]
okay it's working, I will upload it to the AUR in about an hour or so (I will post it here when I've done so)

Last edited by pressh (2007-12-19 17:16:47)

Offline

#3 2007-12-19 18:10:36

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [request] xscrabble

you can find it in the AUR as xscrabble and xscrabble-en

Offline

#4 2007-12-19 19:32:07

kesara
Member
From: Colombo, Sri Lanka
Registered: 2006-10-08
Posts: 6
Website

Re: [request] xscrabble

pressh wrote:

you can find it in the AUR as xscrabble and xscrabble-en

thx. pressh. big_smile

Offline

Board footer

Powered by FluxBB