You are not logged in.
Offline
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