1 # Maintainer: Mathieu Pasquet <mathieui at mathieui.net>
2 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
3 # Contributor: Andrea Agosti <cifvts@gmail.com>
8 pkgdesc='A free UML 2 modeler with C++, Idl, Java, PHP and Python code generation'
11 url='http://bouml.free.fr/'
14 source=("http://bouml.free.fr/files/bouml_4.22.2.tar.gz")
15 md5sums=('9462d6c6f6491069224a44380da5a8f1')
17 cd "$srcdir"/${pkgname}_$pkgver
20 . /etc/profile.d/qt3.sh || return 1
21 export PATH="$QTDIR/bin:$PATH"
24 if [ `uname -m` = "x86_64" ]; then
25 export QMAKESPEC="linux-g++-64"
27 export QMAKESPEC="linux-g++-32"
32 make -I"$QTDIR/include" DESTDIR="$pkgdir" install || return 1