# $Id: PKGBUILD 193911 2013-09-05 21:03:51Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>

pkgname=fvwm-crystal
pkgver=3.2.7
pkgrel=1
pkgdesc="Transparent Themes for fvwm"
arch=('any')
url="http://fvwm-crystal.sourceforge.net/"
license=('GPL')
depends=('fvwm' 'imagemagick' 'python2' 'hsetroot' 'trayer')
options=('!makeflags')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha1sums=('3724ceaa6b0692625817479563fd9d992884f51c')

package() {
  cd ${pkgname}-${pkgver}
  make DESTDIR="${pkgdir}" prefix=/usr install
}
