summaryrefslogtreecommitdiffstats
path: root/pekwm/Pkgfile
blob: 056dbc83a152ed67702bdadd8033dce4375b3999 (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
# Description: Gestionnaire de fenêtres léger
# URL: http://www.pekwm.org
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: imlib2
# Run on: imlib2
 
name=pekwm
version=0.1.12
release=1
 
source=(http://pekwm.org/projects/3/files/$name-$version.tar.gz \
 	pekwm.desktop)
 
 
build() {
	cd $name-$version

	./configure \
		--prefix=/usr \
		--mandir=/usr/share/man \
		--enable-xft \
		--enable-pcre \
		--enable-imlib2 \
                --disable-xft \
		--disable-xinerama

	make
	make DESTDIR=$PKG install
}