1 # Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
2 # Source: https://github.com/nicoulaj/archlinux-packages
3 pkgname=java-commons-jxpath
6 pkgdesc='Utilities for manipulating Java Beans using the XPath syntax.'
8 url='http://commons.apache.org/jxpath'
10 depends=(java-runtime)
12 source=("http://mirror.ibcp.fr/pub/apache/commons/jxpath/binaries/commons-jxpath-${pkgver}-bin.tar.gz")
15 install -Dm644 ${srcdir}/commons-jxpath-${pkgver}/commons-jxpath-${pkgver}.jar ${pkgdir}/usr/share/java/commons-jxpath/commons-jxpath.jar
17 md5sums=('3e8de5516bec9f30f6e43842acade11f')