summaryrefslogtreecommitdiff
path: root/community/evilwm/PKGBUILD
blob: 3b7c0784c09820e33f2ef9b8e2d3c52007cd5b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id$
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Jochem Kossen <j.kossen@home.nl>

pkgname=evilwm
pkgver=1.1.0
pkgrel=1.2
pkgdesc="A minimalist but usable window manager for the X Window System."
arch=('i686' 'x86_64' 'mips64el')
url="http://evilwm.sourceforge.net"
license=('custom')
depends=('libxrandr')
source=(http://www.6809.org.uk/evilwm/$pkgname-$pkgver.tar.gz LICENSE)
md5sums=('5f14cc3019320860c85bb07c60a76bd7'
         '0941ad3e96597ef75c6310f43a0342a0')

build() {
  cd "$srcdir"/$pkgname-$pkgver
  make
}

package() {
  cd "$srcdir"/$pkgname-$pkgver
  make DESTDIR="$pkgdir" desktopfilesdir=/usr/share/xsessions install
  install -D -m644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}