You are not logged in.

#1 2006-02-17 10:41:04

PieterO
Member
From: Belgium
Registered: 2004-03-03
Posts: 27

[Request] kverbos2

Kverbos is a program to train spanish verbs. The second version has many advantages because you don't have to manually input the verbs. It uses the verbs of another project.
http://edu.kde.org/kverbos/
The program is in kdeplayground(http://websvn.kde.org/trunk/playground/edu/)

I tried to build the program using versionpkg but couldn't get it working

pkgname=kverbos-svn
pkgver=
pkgrel=1
pkgdesc=""
depends=(kdebase)
makedepends=('subversion')
conflicts=('kverbos')
provides=('kverbos')
url=()
source=()
md5sums=()

_svntrunk=svn://anonsvn.kde.org/home/kde/trunk/playground/edu/
_svnmod=kverbos

build() {
  cd $startdir/src

  svn co $_svntrunk/$_svnmod --config-dir ./ -r $pkgver
  cd $_svnmod
  svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin/
  svn cat svn://anonsvn.kde.org/home/kde/trunk/playground/edu/Makefile.cvs > Makefile.cvs
  cd ..

  cp -r $_svnmod $_svnmod-build
  cd $_svnmod-build

  make -f Makefile.cvs
  ./configure --prefix=/usr
  make all || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#2 2007-01-30 00:51:26

computercolin
Member
Registered: 2007-01-30
Posts: 5

Re: [Request] kverbos2

I second this request. I was also unable to get kverbos2 to compile correctly (though I'm very far from being an expert on linux) and would like to use this piece of software! If there is anyone out there who could complete a working pkgbuild, I would be very pleased.

Colin

Offline

Board footer

Powered by FluxBB