updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / java-commons-exec / PKGBUILD
blobf2c3cf1b3b2970d5e1528bf279e869bdfb23bbc5
1 # Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
2 # Source: https://github.com/nicoulaj/archlinux-packages
3 pkgname=java-commons-exec
4 pkgver=1.1
5 pkgrel=1
6 pkgdesc='API for dealing with external process execution and environment management.'
7 arch=(any)
8 url='http://commons.apache.org/exec'
9 license=(APACHE)
10 depends=(java-runtime)
11 changelog=Changelog
12 source=("http://mirror.ibcp.fr/pub/apache/commons/exec/binaries/commons-exec-${pkgver}-bin.tar.gz")
14 package() {
15   install -Dm644 ${srcdir}/commons-exec-${pkgver}/commons-exec-${pkgver}.jar ${pkgdir}/usr/share/java/commons-exec/commons-exec.jar
17 md5sums=('e72ce14f3e39248251b9501f429ce872')