# $Id: PKGBUILD 64481 2012-02-14 08:44:24Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>

pkgname=pekwm-themes
pkgver=1.0.5
pkgrel=2
pkgdesc="PekWM themes collection"
arch=('any')
license=('GPL') # All the "theme" files have "License: GPL"
url="http://ftp.sh.cvut.cz/MIRRORS/sourcemage/mirror/"
depends=('pekwm')
source=("http://ftp.sh.cvut.cz/MIRRORS/sourcemage/mirror/$pkgname-$pkgver.tar.gz")
sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')

package() {
  cd "$srcdir/$pkgname"

  mkdir -p "$pkgdir/usr/share/pekwm/themes"
  cp -R "$srcdir/$pkgname/"* "$pkgdir/usr/share/pekwm/themes/"
}

# vim:set ts=2 sw=2 et:
