You are not logged in.
Pages: 1
For all you people who love this game and couldn't await their christmas release, here is a working PKGBUILD for the 1.2 version. I just modified a few things in the 1.0.2 PKGBUILD. Aware that I am a noob creating packages on archlinux
# $Id: PKGBUILD,v 1.22 2006/02/02 04:59:14 simo Exp $
# Maintainer: Tobias Powalowski <tpowa>
#Contributor: Jacobo Arvelo <unix4all>
pkgname=wesnoth
pkgver=1.2
pkgrel=2
pkgdesc="A turn-based strategy game on a fantasy world"
url="http://www.wesnoth.org/"
depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'libvorbis')
#source=(http://www.wesnoth.org/files/$pkgname-$pkgver.tar.gz)
install=wesnoth.install
source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --enable-tools --enable-editor --enable-server
make || return 1
make prefix=$startdir/pkg/usr install
# install menu entry
install -D -m644 icons/wesnoth.desktop $startdir/pkg/usr/share/applications/wesnoth.desktop
install -D -m644 images/wesnoth-icon.png $startdir/pkg/usr/share/pixmaps/wesnoth-icon.png
}
md5sums=('722a459282abe6d04dbe228d031c088e')
Merry Christmas!
Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc
Offline
Wow, you change the pkgver and pkgrel? Wow, that saved me, like, 7 seconds! Thanks.
Offline
why you don't flag the package to infrom the maintainer about the new release?
Offline
Wow, you change the pkgver and pkgrel? Wow, that saved me, like, 7 seconds! Thanks.
Before we had aur, it was all about this.
Anyway, i think you could have been friendlier on this, instead of posting this ironic post, one with the suggestion tpowa made.
// STi
Ability is nothing without opportunity.
Offline
me is the maintainer it'll appear soon on the servers
Offline
why you don't flag the package to infrom the maintainer about the new release?
Didn't knew about that flagging...sry...just wanted to play the latest version and thought someone else might be interested
Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc
Offline
Wow, you change the pkgver and pkgrel? Wow, that saved me, like, 7 seconds! Thanks.
Don't forget the md5sums And remember that not everyone is as experienced as you may be...
Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc
Offline
Pages: 1