2010-11-15 18:31:02 +01:00
|
|
|
# Description: Minimalistic tiling window manager
|
2012-02-19 14:04:36 +01:00
|
|
|
# URL: https://opensource.conformal.com/wiki/spectrwm
|
2010-11-15 18:31:02 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2012-08-25 10:05:55 +02:00
|
|
|
# Depends on: xorg-libxrender fontconfig xorg-xcb-util-keysyms xorg-xcb-util-wm
|
2010-11-15 18:31:02 +01:00
|
|
|
|
2012-02-19 14:04:36 +01:00
|
|
|
name=spectrwm
|
2016-05-05 13:35:57 +02:00
|
|
|
version=3.0.0
|
2014-02-27 11:11:01 +01:00
|
|
|
release=1
|
2013-11-22 17:17:33 +01:00
|
|
|
source=(https://opensource.conformal.com/snapshots/$name/$name-$version.tgz
|
2014-02-27 11:11:01 +01:00
|
|
|
$name-remove_libswmhack.patch)
|
2010-11-15 18:31:02 +01:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version/linux
|
2013-11-27 14:20:07 +01:00
|
|
|
patch -p 1 -d .. -i $SRC/$name-remove_libswmhack.patch
|
2016-05-05 13:35:57 +02:00
|
|
|
make PREFIX=/usr
|
|
|
|
install -d $PKG/usr/{bin,share/man/man1}
|
|
|
|
install spectrwm $PKG/usr/bin
|
|
|
|
install ../spectrwm.1 $PKG/usr/share/man/man1
|
2010-11-15 18:31:02 +01:00
|
|
|
}
|