# Maintainer: Konstantin Kogan # Contributor: Konstantin Kogan pkgname=wm_theme_club_08 pkgver=1.0 pkgrel=1 pkgdesc="Theme for Window Maker" arch=('i686' 'x86_64') url="http://forum.russ2.com/index.php?showtopic=2899" license=('GPL') source=("http://altlinuxclub.ru/arhiv/wm_theme_club_08.tar.gz") md5sums=('f13baeb67d5cbc10995629e3c1769147') depends=('windowmaker') license=('GPL2') package() { cd ${pkgname} mkdir -p "$pkgdir/usr/share/WindowMaker/Themes/wm_theme_club_08.themed/" install -m644 * "$pkgdir/usr/share/WindowMaker/Themes/wm_theme_club_08.themed/" }