updated on Sun Jan 15 00:02:00 UTC 2012
[aur-mirror.git] / java-commons-attributes / PKGBUILD
blob8d928c388b6b28f2b437f13f261fc37fed9ad993
1 # Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
2 # Source: https://github.com/nicoulaj/archlinux-packages
3 pkgname=java-commons-attributes
4 pkgver=2.2
5 pkgrel=1
6 pkgdesc='Enables Java programmers to use .Net-style attributes in their code.'
7 arch=(any)
8 url='http://commons.apache.org/attributes'
9 license=(APACHE)
10 depends=(java-runtime)
11 changelog=Changelog
12 source=("http://mir2.ovh.net/ftp.apache.org/dist//commons/attributes/binaries/commons-attributes-${pkgver}.tar.gz")
14 package() {
15   install -Dm644 ${srcdir}/commons-attributes-${pkgver}/commons-attributes-api-${pkgver}.jar ${pkgdir}/usr/share/java/commons-attributes/commons-attributes-api.jar
16   install -Dm644 ${srcdir}/commons-attributes-${pkgver}/commons-attributes-compiler-${pkgver}.jar ${pkgdir}/usr/share/java/commons-attributes/commons-attributes-compiler.jar
17   install -Dm644 ${srcdir}/commons-attributes-${pkgver}/commons-attributes-plugin-${pkgver}.jar ${pkgdir}/usr/share/java/commons-attributes/commons-attributes-plugin.jar
19 md5sums=('47d037449aa38b6c8e181abcfaf36b2b')