[PKGBUILD] Grisbi

Mise à jour / Création /debug de paquetages
Avatar de l’utilisateur
Al1
Daikyu
Messages : 84
Inscription : sam. 12 août 2006, 22:07
Localisation : Beauvais (60)

[PKGBUILD] Grisbi

Message par Al1 »

Une mise a jour de la derniere version de Grisbi en version 0.59
Grisbi est un logiciel de comptabilité personnelle sous licence GPL.
Le site >>>> http://www.grisbi.org/

Code : Tout sélectionner

# Contributor: Nicolas CLAIRON <namlook _at_ jabber _dot_ org>
# Maintainer:  Al1 <freeal1@free.fr>
pkgname=grisbi
pkgver=0.5.9
pkgrel=1
pkgdesc="Grisbi is a very functional personal financial management program"
depends=('libxml2' 'gtk2' 'x-server' 'libofx')
source=( http://belnet.dl.sourceforge.net/sourceforge/grisbi/$pkgname-$pkgver.tar.bz2)
url="http://www.grisbi.org/"
md5sums=('040fd41c01b9075f84b7edb9b009bb67') 
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}
Avatar de l’utilisateur
wain
Maître du Kyudo
Messages : 1854
Inscription : ven. 11 août 2006, 19:15
Localisation : Nancy (54)

Message par wain »

Merci Al1 :D
J'ai viré la dépendance à x-server et envoyé sur le repos.

Code : Tout sélectionner

[archlinuxfr]
Server = http://www.archlinux.fr/os/i686
Il sera dispo à 15h :)
Répondre