summaryrefslogtreecommitdiff
path: root/community/matchbox-window-manager/PKGBUILD
blob: 4c8bb31366464c49db4ed81f8dcfb2a2714e0154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Henrique C. Alves <hcarvalhoalves@gmail.com>

pkgname=matchbox-window-manager
pkgver=1.2
pkgrel=2
pkgdesc="A pretty much unique X window manager with a classic PDA management policy"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('libmatchbox' 'startup-notification' 'libpng')
url="http://projects.o-hand.com/matchbox"
source=(http://projects.o-hand.com/matchbox/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
md5sums=('3e158dcf57823b55c926d95b245500fb')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --sysconfdir=/etc --prefix=/usr \
	--enable-startup-notification --enable-session \
	--enable-alt-input-wins --enable-expat
  make || return 1
  make DESTDIR=$startdir/pkg install
}