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