updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gtk2-theme-industrial / PKGBUILD
blob29bd58dead253e856c6a9f455da9ab9ed1fdd694
1 # Maintainer: Link Dupont <link.dupont@gmail.com>
2 # Contributor: Link Dupont <link.dupont@gmail.com>
4 pkgname=gtk2-theme-industrial
5 pkgver=0.6.5_100.2
6 _metathemever=11.3.0
7 pkgrel=1
8 pkgdesc="Industrial metatheme from OpenSuSE"
9 arch=('any')
10 url="http://www.opensuse.org/"
11 license=('GPL')
12 depends=('industrial-icon-theme' 'gtk-engines')
13 makedepends=('rpmextract')
14 source=(http://download.opensuse.org/repositories/GNOME:/Factory/openSUSE_Factory/src/gtk2-metatheme-industrial-${pkgver//_/-}.src.rpm)
15 md5sums=('d8c0da436aa31e63c23aec4376fc6a4d')
17 build() {
18   cd "$srcdir"
20   rpmextract.sh gtk2-metatheme-industrial-${pkgver//_/-}.src.rpm
21   tar -xf metatheme-industrial-${pkgver%_*}.tar.bz2
23   cd metatheme-industrial-${pkgver%_*}
24   ./configure --prefix=/usr
25   make || return 1
26   make DESTDIR=$startdir/pkg/ install
29 # vim:set ts=2 sw=2 et: