You are not logged in.

#1 2005-03-06 10:53:01

solskogen
Member
From: Norway
Registered: 2005-03-06
Posts: 121

uade

the first one had some errors.. this will work.

pkgname=uade
pkgver=1.00
pkgrel=2
pkgdesc="Unix Amiga Delitracker Emulator"
url="http://uade.ton.tut.fi"
license="gpl"
depends=(sdl)
source=(http://uade.ton.tut.fi/uade/$pkgname-$pkgver.tar.bz2)
md5sums=('6179e098cb9a79be1fa4d886a0fd35e1')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=usr --package-prefix=$startdir/pkg --with-alsa --with-oss --with-sdl --without-bmp --without-xmms
  make || return 1
  make install
}

Offline

Board footer

Powered by FluxBB