# Depends on: qt-base qt-declarative

description="Static and runtime integration of SCXML models into Qt code"
url="http://qt-project.org/"
packager="pierre at nutyx dot org"

name=qt-scxml 
release=1
alias=(qtscxml)
_name="${name/-/}-opensource-src"
build() {
cd ${_name}-${version}
qmake
make
make INSTALL_ROOT=$PKG install
}
