python-pysqlite as dependency and also create the cachedir

This commit is contained in:
Lukas 2012-08-29 14:20:07 +00:00
parent 60d9c615ed
commit 3891bb95bc
2 changed files with 3 additions and 2 deletions

View File

@ -8,14 +8,14 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=('akabei')
pkgver=0.1alpha1
pkgrel=2
pkgrel=3
epoch=1
pkgdesc='The package manager of The Chakra Project'
arch=('i686' 'x86_64')
url='http://gitorious.org/chakra/akabei'
license=('LGPL')
depends=('qt' 'akabeicore' 'akabeiclient' 'kdelibs')
depends=('qt' 'akabeicore' 'akabeiclient' 'kdelibs' 'python-pysqlite')
makedepends=('automoc4')
source=("https://gitorious.org/chakra/akabei/archive-tarball/alpha1")

View File

@ -2,4 +2,5 @@ post_install() {
/usr/share/akabei/python/akabei-conf-import.py
mkdir -p /var/lib/akabei/
/usr/share/akabei/python/db-import/akabei-db-import.py -o /var/lib/akabei/local.db
mkdir -p /var/cache/akabei/pkg/
}