You are not logged in.
Hi all !
Krecipes is a powerful apps for recipes.
I try to compile it and it works but :
- I can not compile it with sqllite support
- I can not configure mysql
:cry:
otherwise, I make a PKGBUILD but I'm not sure about dependences...
pkgname=krecipes
pkgver=0.5
pkgrel=beta
pkgdesc="Krecipes is a recipes database that use MySQL/SQLite"
url="http://krecipes.sourceforge.net/about.html"
license="'gpl'"
depends=('qt' 'mysql' 'sqlite')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://cesnet.dl.sourceforge.net/sourceforge/krecipes/krecipes_beta_0.5.tar.gz)
md5sums=(13e485ef143a5fcbbc626c4d82d9c16c)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
if someone could help me to fix those little problem I would be cool cause this software appeart really interresting...
thaks
Namlook
Offline