2007-04-29 23:13:15 +02:00
|
|
|
# Description: The Pek Window Manager
|
|
|
|
# URL: http://pekwm.org
|
|
|
|
# Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
|
2008-11-15 12:18:47 +01:00
|
|
|
# Depends on: imlib2 libpcre xorg-libxft xorg-libxpm xorg-libxrandr
|
2007-04-29 23:13:15 +02:00
|
|
|
|
|
|
|
name=pekwm
|
2011-12-17 01:05:34 +01:00
|
|
|
version=0.1.14
|
2007-04-29 23:13:15 +02:00
|
|
|
release=1
|
2008-11-15 12:18:47 +01:00
|
|
|
source=(http://pekwm.org/projects/3/files/pekwm-$version.tar.bz2)
|
2007-04-29 23:13:15 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--enable-xft \
|
|
|
|
--enable-pcre \
|
|
|
|
--enable-imlib2 \
|
2007-05-28 20:34:09 +02:00
|
|
|
--mandir=/usr/man \
|
2007-04-29 23:13:15 +02:00
|
|
|
--disable-xinerama
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|