You are not logged in.
This game is kinda like GLTron, but online and multiplayer. Enjoy! I'll post it incoming. Tell me how it works for you!
# Contributor: Lukas <punkrockguy318@comcast.net>
PACKAGER = "Lukas Sabota <punkrockguy318@comcast.net>"
pkgname=armagetron
pkgver=0.2.5.2
pkgrel=1
pkgdesc="A tron clone in 3d"
url="http://armagetron.sourceforge.net"
depends=(sdl sdl_image sdl_mixer)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://umn.dl.sourceforge.net/sourceforge/armagetron/$pkgname-$pkgver.tar.gz)
md5sums=(99bb6761c3791653762aa3135c51a646)
build() {
rm -rf /usr/games/armagetron
mkdir $startdir/pkg/usr/
mkdir $startdir/pkg/usr/games
mkdir $startdir/pkg/usr/games/armagetron
ln -s $startdir/pkg/usr/games/armagetron /usr/games/armagetron
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr/
make || return 1
make install
rm /usr/games/armagetron
}
***EEK!! Fixed it!! It's in incoming now as armagetron-newer.... The old PKGBUILD didn't work...
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
Is there any other way to package this? DESTDIR and prefix doesn't work...
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