# Compiling Time: 0.03 SBU # Contributor: kikadf # Contributor: bouleetbil pkgname=commons-codec pkgver=1.9 pkgrel=1 pkgdesc="Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs." url="http://jakarta.apache.org/commons/codec" Finclude openjava groups=('devel-extra') archs=('i686' 'x86_64') up2date="Flastarchive http://www.apache.org/dist/commons/codec/source/ -src.tar.gz" source=(http://www.apache.org/dist/commons/codec/source/commons-codec-$pkgver-src.tar.gz \ http://www.apache.org/licenses/LICENSE-2.0.txt) _F_cd_path=$pkgname-$pkgver-src sha1sums=('d1e4a26afc158251e4e3f36514ca721c5fc6929b' \ '2b8b815229aa8a61e483fb4ba0588b8b6c491890') build() { Fcd #forget in archive cp $Fsrcdir/LICENSE-2.0.txt $Fsrcdir/LICENSE || Fdie Fjavacleanup Fant -f build.xml jar mv dist/commons-codec{-$pkgver,}.jar || Fdie Fjar dist/commons-codec.jar }