updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / java-commons-jexl / PKGBUILD
blob7862c95f797c3077a6dd33535369d2675f7c5f84
1 # Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
2 # Source: https://github.com/nicoulaj/archlinux-packages
3 pkgname=java-commons-jexl
4 pkgver=2.0.1
5 pkgrel=1
6 pkgdesc='Expression language which extends the Expression Language of the JSTL.'
7 arch=(any)
8 url='http://commons.apache.org/jexl'
9 license=(APACHE)
10 depends=(java-runtime)
11 changelog=Changelog
12 source=("http://mirror.ibcp.fr/pub/apache/commons/jexl/binaries/commons-jexl-${pkgver}-bin.tar.gz")
14 package() {
15   install -Dm644 ${srcdir}/commons-jexl-${pkgver}/commons-jexl-${pkgver}.jar ${pkgdir}/usr/share/java/commons-jexl/commons-jexl.jar
17 md5sums=('85d02d8d6b1ebf6047c681c30a2135ae')