updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / java-commons-scxml / PKGBUILD
blob9659518395ca9d0efad4c63ce852ac616b66d788
1 # Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
2 # Source: https://github.com/nicoulaj/archlinux-packages
3 pkgname=java-commons-scxml
4 pkgver=0.9
5 pkgrel=1
6 pkgdesc='Implementation of the State Chart XML specification.'
7 arch=(any)
8 url='http://commons.apache.org/scxml'
9 license=(APACHE)
10 depends=(java-runtime)
11 changelog=Changelog
12 source=("http://mirror.ibcp.fr/pub/apache/commons/scxml/binaries/commons-scxml-${pkgver}-bin.tar.gz")
14 package() {
15   install -Dm644 ${srcdir}/commons-scxml-${pkgver}/commons-scxml-${pkgver}.jar ${pkgdir}/usr/share/java/commons-scxml/commons-scxml.jar
17 md5sums=('93c31860c28365080f8f429d533f5cbd')