updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / openbox-autumn-theme / PKGBUILD
blobd1e38bedaca36ddf7c3579ca05ab52414dd0c890
1 # Contributor: Wido <widomaker2k7@gmail.com>
3 pkgname=openbox-autumn-theme
4 pkgver=20091215
5 pkgrel=1
6 pkgdesc="Autumn OpenBox Theme"
7 arch=('any')
8 url="http://opendesktop.org/content/show.php/autumn?content=117082"
9 license=('GPL')
10 depends=('openbox')
11 source=(http://opendesktop.org/CONTENT/content-files/117082-autumn.tar.gz)
12 md5sums=('dda689fcead56fd0b333ee2418e27467')
14 build() {
15   install -d ${pkgdir}/usr/share/themes/
16   cp -r ${srcdir}/autumn ${pkgdir}/usr/share/themes/ || return 1