updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / oregano / PKGBUILD
blobe17104039d3fad3f080560ef906e1636652a0ccc
1 # Maintainer: Bernhard Schuster "drahnr" <schuster[dot]bernhard[AT]gmail[dot]com>
3 pkgname=oregano
4 pkgver=0.69.1
5 pkgrel=1
6 pkgdesc="Schematic capture and circuit simulator"
7 arch=('i686' 'x86_64')
8 url="https://gitorious.org/oregano"
9 license=("GPL")
10 depends=('libgnomeui' 'libgnomeprintui' 'gtksourceview')
11 makedepends=('scons')
12 makedepends=('git')
14 build() {
16   git clone http://git.gitorious.org/oregano/oregano.git
17   cd ${startdir}/src/${pkgname}
18   
19 # I don't know why this is here, it builds just fine
20 #  sed -i 's|-I./src/engines|-I./src/engines -I/opt/gnome/include|' src/SConscript || return 1
21 #  sed -i -e "s|#include <libgnomeprint/gnome-print.h>|#include <libgnomeprint/gnome-print.h>\n#include #<libgnomeprint/gnome-print-paper.h>|" src/print.c || return 1
23   scons RunUpdateMimeDatabase=no PREFIX=/usr DESTDIR=${startdir}/pkg/ install || return 1
24   
25   install -d ${startdir}/pkg/usr/share/gnome/help/oregano/{C,es,fr}
26   install -m644 help/C/*.xml ${startdir}/pkg/usr/share/gnome/help/oregano/C
27   install -m644 help/es/*.xml ${startdir}/pkg/usr/share/gnome/help/oregano/es
28   install -m644 help/fr/*.xml ${startdir}/pkg/usr/share/gnome/help/oregano/fr
29   
30 # Removed omf files.
31 #  install -d $startdir/pkg/usr/share/omf/oregano
32 #  install -m644 help/C/*.omf $startdir/pkg/usr/share/omf/oregano
33 #  install -m644 help/es/*.omf $startdir/pkg/usr/share/omf/oregano
34 #  install -m644 help/fr/*.omf $startdir/pkg/usr/share/omf/oregano