summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3c67d1e8c02dfe251b7b1f2e79e59e66d461f693 (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
27
28
29
30
31
# Maintainer: ilusi0n <ridemetothemoon@gmail.com>
# Contributor: Bartek Piotrowski <barthalion@gmail.com>
# Contributor: AddiKT1ve <the.addikt1ve@gmail.com>

pkgname=wmfs
pkgver=201104
pkgrel=1
pkgdesc="A lightweight and highly configurable tiling window manager for X"
arch=('i686' 'x86_64')
url="http://www.wmfs.info/"
license=('BSD')
depends=('libxft' 'imlib2' 'libxinerama' 'libxrandr')
conflicts=('wmfs-git' 'wmfs2-git')
source=(https://github.com/downloads/xorg62/wmfs/wmfs-201104.tar.gz)
md5sums=('323fa55885d86783f104f936e6b12c75')

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

./configure --prefix /usr \
--man-prefix /usr/share/man \
--xdg-config-dir /etc/xdg
make
}

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

make DESTDIR=${pkgdir} install
install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
}