1 # Maintainer: Eric Herrera <eric.gnome@gmail.com>
6 pkgdesc="Nimbus Gtk engine and theme"
8 url="http://www.sun.com/software/javadesktopsystem/"
12 depends=('libx11' 'gtk2' 'intltool' 'icon-naming-utils')
13 makedepends=('autoconf>=2.53' 'automake>=1.9' 'libtool>=1.4.3' 'intltool>=0.25' 'pkgconfig>=0.14.0' 'gnome-common')
14 source=(http://dlc.sun.com/osol/jds/downloads/extras/nimbus/$pkgname-$pkgver.tar.bz2)
15 md5sums=('329e6937577d54e64fab546b8ec7b2e6')
19 cd $srcdir/$pkgname-$pkgver
20 ./autogen.sh --prefix=/usr
22 make prefix=$pkgdir/usr install