You are not logged in.

#1 2005-01-02 20:53:40

corky
Member
From: Norway
Registered: 2004-12-17
Posts: 76

[updated] xqf with gtk2 support

First abs package have I done, nothing major, just a version bump and the dropping of gtk1, it was such an eyesore tongue

pkgname=xqf
pkgver=1.0.2
pkgrel=1
pkgdesc="XQF is a Quake/Quake World/Quake2/Quake3 server browser and launcher for X11"
depends=('gtk2' 'qstat' 'gdk-pixbuf' 'perlxml')
url="http://www.linuxgames.com/xqf/"
source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('93fe649271a84fbe9837b89554a0337a')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --enable-gtk2
  make || return 1
  make prefix=$startdir/pkg/usr install
}

mov ah, 0
int 16h

Offline

Board footer

Powered by FluxBB