forked from ports/contrib
22 lines
564 B
Plaintext
22 lines
564 B
Plaintext
# Description: The Pek Window Manager
|
|
# URL: http://pekwm.org
|
|
# Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
|
|
# Depends on: imlib2 libpcre xorg-libxft xorg-libxpm xorg-libxrandr
|
|
|
|
name=pekwm
|
|
version=0.1.14
|
|
release=1
|
|
source=(http://pekwm.org/projects/3/files/pekwm-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr \
|
|
--enable-xft \
|
|
--enable-pcre \
|
|
--enable-imlib2 \
|
|
--mandir=/usr/man \
|
|
--disable-xinerama
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|