# $Id: PKGBUILD 116332 2014-07-25 12:21:41Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>

pkgname=pekwm-themes
pkgver=1.0.5
pkgrel=3
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.de.debian.org/debian/pool/main/p/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')

package() {
  cd "$pkgname"

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

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