1 # Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
2 # Source: https://github.com/nicoulaj/archlinux-packages
3 pkgname=java-commons-el
6 pkgdesc='Interpreter for the Expression Language defined by the JSP 2.0 specification.'
8 url='http://commons.apache.org/el'
10 depends=(java-runtime)
12 source=("http://mirror.ibcp.fr/pub/apache/commons/el/binaries/commons-el-${pkgver}.tar.gz")
15 install -Dm644 ${srcdir}/commons-el-${pkgver}/commons-el.jar ${pkgdir}/usr/share/java/commons-el/commons-el.jar
17 md5sums=('fb856b9689bdc4c52f8ae999057f89fc')