You are not logged in.

#1 2005-02-04 01:07:05

kmaster
Member
From: Saskatoon SK
Registered: 2004-10-16
Posts: 13

[request] Net-Bubble

http://netbubble.zippygraphics.com

Been trying to make a pkgbuild of this for awhile.  Now that my wife is running arch, she wants this.  Little help???

Offline

#2 2005-02-04 02:40:46

Hostile
Member
From: Michigan
Registered: 2005-01-27
Posts: 21

Re: [request] Net-Bubble

this PKGBUILD is probably pretty hacked up and isnt the right way to do it but hey it works fine and installs it to opt and makes a executable in /usr/bin. So... here it is:

# Contributer: Logan Anteau <lanteau@gmail.com>

pkgname=net-bubble
pkgver=0.9.1
pkgrel=1
pkgdesc="A frozen-bubble like clone"
url="http://netbubble.zippygraphics.com/"
source=($url/files/$pkgname-$pkgver.tar.gz)
depends=('sdl' 'sdl_image' 'sdl_net' 'xorg')
md5sums=('5102f0f7e6139749cb8c8dffa51eee62')

build() {
  cd $startdir/src/$pkgname-$pkgver
  mkdir -p $startdir/pkg/usr/bin
  mkdir -p $startdir/pkg/opt
  mkdir -p $startdir/pkg/opt/net-bubble
  make || return 1
  cp -R gfx $startdir/pkg/opt/net-bubble
  cp -R levels $startdir/pkg/opt/net-bubble
  cp net-bubble $startdir/pkg/opt/net-bubble
  echo "cd /opt/net-bubble/ && ./net-bubble" > $startdir/pkg/usr/bin/net-bubble
  chmod +x $startdir/pkg/usr/bin/net-bubble
  chmod 755 $startdir/pkg/usr/bin/net-bubble
}

I'll be adding the package and the PKGBUILD to my repo in a few minutes smile


[code]
[hostile]
Server = http://lanteau.homelinux.org/~lanteau/arch/hostile/
[/code]
PKGBUILDs available at http://lanteau.homelinux.org/~lanteau/arch/pkgbuilds/

Offline

#3 2005-02-04 03:54:17

kmaster
Member
From: Saskatoon SK
Registered: 2004-10-16
Posts: 13

Re: [request] Net-Bubble

Thanks.  Works great.  I forgot the chmod's at the end.  I'll get it one of these days.

Offline

Board footer

Powered by FluxBB