contrib/pekwm/Pkgfile

28 lines
504 B
Plaintext
Raw Normal View History

# Description: The Pek Window Manager.
2018-02-22 08:27:08 +01:00
# URL: https://github.com/pekdon/pekwm
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2017-11-01 13:35:12 +01:00
# Depends on: imlib2 xorg-libxft xorg-libxpm xorg-libxrandr
2007-04-29 23:13:15 +02:00
name=pekwm
2013-07-15 15:50:58 +02:00
version=0.1.17
release=2
2018-02-22 08:27:08 +01:00
source=(https://github.com/pekdon/pekwm/archive/release-0.1.17.tar.gz)
2007-04-29 23:13:15 +02:00
build() {
2018-02-22 08:27:08 +01:00
cd $name-release-$version
#./autogen.sh
aclocal
autoheader
autoconf
automake -a
./configure \
--prefix=/usr \
--enable-xft \
--disable-xinerama
make
make DESTDIR=$PKG install
2007-04-29 23:13:15 +02:00
}