PKGBUILDs/community/jgoodies-looks/PKGBUILD
2009-10-09 21:15:33 -05:00

16 lines
596 B
Bash

# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=jgoodies-looks
pkgver=2.1.4
pkgrel=3
pkgdesc="Free high-fidelity Windows and multi-platform appearance for Swing"
arch=('i686' 'x86_64')
url="http://www.jgoodies.com/freeware/looks/"
license=('BSD')
depends=(java-runtime)
source=(http://www.jgoodies.com/download/libraries/looks/looks-2_1_4.zip)
md5sums=('2e59ea5ec9f5640d5902485a252b3056')
build() {
cd "$srcdir/looks-$pkgver"
install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -D looks-2.1.4.jar "$pkgdir/usr/share/java/$pkgname/$pkgname.jar"
}