You are not logged in.
i have trying all evening now to get this working, but it fails every single time.. someone willing to try?
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Please tell us where we can find it ![]()
Offline
What errors do you get?
Offline
Do you mean this? Compiled out of the box for me, though taking very long.
pkgname=scummvm-daily
pkgver=20080410
pkgrel=1
pkgdesc="game"
url="http://helllabs.org/scummvm/"
arch=('i686')
license=('GPL')
depends=('sdl')
optdepends=('mad: to decode mpeg audios' \
'vorbis-tools: for ogg support' \
'flac: for flac support')
source=(http://helllabs.org/scummvm/scummvm-20080410.tar.bz2)
md5sums=('250de4c7b71712d6c8920687d2e46b95')
build() {
cd $startdir/src/scummvm
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
Offline