You are not logged in.

#1 2004-10-16 21:56:57

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Offline

#2 2004-10-17 09:40:48

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [req] criawips

well the app is not usable. just posting the PKGBUILD for future usage

pkgname=criawips
pkgver=0.0.7
pkgrel=1
pkgdesc="A Presentation Application for the GNOME platform"
depends=(gtk2 libgnomeui libgsf)
url="http://www.nongnu.org/criawips/"
source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
license="GPL"

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

Offline

Board footer

Powered by FluxBB