updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / openbox-redmond-theme / PKGBUILD
blob7f26cd1394023f6a909fd0a006218538dd64fff9
1 # Contributor: Wido <widomaker2k7@gmail.com>
3 pkgname=openbox-redmond-theme
4 pkgver=20100307
5 pkgrel=1
6 pkgdesc="Windows 95/98/2000 inspirated OpenBox Theme"
7 arch=('any')
8 url="http://opendesktop.org/content/show.php/Redmond+2009?content=109595"
9 license=('GPL')
10 depends=('openbox')
11 optdepends=('gtk-theme-murrina-redmond: Windows 95/98/2000 GTK2 theme')
12 source=(http://opendesktop.org/CONTENT/content-files/109595-Redmond%202009.obt)
13 md5sums=('710d42cee07ad2f8c4aa47213e039254')
15 build() {
16   install -d ${pkgdir}/usr/share/themes/
17   cp -r ${srcdir}/*.obt ${pkgdir}/usr/share/themes/ || return 1