1 # Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
2 # Source: https://github.com/nicoulaj/archlinux-packages
3 pkgname=java-commons-exec
6 pkgdesc='API for dealing with external process execution and environment management.'
8 url='http://commons.apache.org/exec'
10 depends=(java-runtime)
12 source=("http://mirror.ibcp.fr/pub/apache/commons/exec/binaries/commons-exec-${pkgver}-bin.tar.gz")
15 install -Dm644 ${srcdir}/commons-exec-${pkgver}/commons-exec-${pkgver}.jar ${pkgdir}/usr/share/java/commons-exec/commons-exec.jar
17 md5sums=('e72ce14f3e39248251b9501f429ce872')