contrib/pekwm/Pkgfile
2019-07-14 19:56:42 +10:00

28 lines
504 B
Plaintext

# Description: The Pek Window Manager.
# URL: https://github.com/pekdon/pekwm
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: imlib2 xorg-libxft xorg-libxpm xorg-libxrandr
name=pekwm
version=0.1.17
release=2
source=(https://github.com/pekdon/pekwm/archive/release-0.1.17.tar.gz)
build() {
cd $name-release-$version
#./autogen.sh
aclocal
autoheader
autoconf
automake -a
./configure \
--prefix=/usr \
--enable-xft \
--disable-xinerama
make
make DESTDIR=$PKG install
}