Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=699de97c31a43914994d67e4ffaf6900e31a7077
commit 699de97c31a43914994d67e4ffaf6900e31a7077 Author: DeX77 <[email protected]> Date: Wed Dec 21 16:03:14 2016 +0100 commons-codec-1.10-1-x86_64 * version bump diff --git a/source/devel-extra/commons-codec/FrugalBuild b/source/devel-extra/commons-codec/FrugalBuild index a9c0b8c..e75a0e7 100644 --- a/source/devel-extra/commons-codec/FrugalBuild +++ b/source/devel-extra/commons-codec/FrugalBuild @@ -1,20 +1,22 @@ # Compiling Time: 0.03 SBU -# Contributor: kikadf <[email protected]> +# Maintainer: DeX77 <[email protected]> # Contributor: bouleetbil <[email protected]> pkgname=commons-codec -pkgver=1.9 +pkgver=1.10 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" +depends=('openjre') +makedepends=('maven') Finclude openjava groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('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' \ +sha1sums=('3119ff8194ed6d9f11912f62f48ecd133c43a58d' \ '2b8b815229aa8a61e483fb4ba0588b8b6c491890') build() @@ -22,9 +24,8 @@ 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 + mvn -Dmaven.repo.local=$Fsrcdir/repo clean package test + mv target/commons-codec{-$pkgver,}.jar || Fdie + Fjar target/commons-codec.jar } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
