opt/spectrwm/Pkgfile

17 lines
535 B
Plaintext
Raw Normal View History

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
# Depends on: xorg-libxt xorg-libxrandr xorg-font-misc-misc xorg-font-alias
2010-11-15 18:31:02 +01:00
2012-02-19 14:04:36 +01:00
name=spectrwm
version=1.0.0
2010-11-15 18:31:02 +01:00
release=1
2012-01-12 16:34:37 +01:00
source=(https://opensource.conformal.com/snapshots/$name/$name-$version.tgz)
2010-11-15 18:31:02 +01:00
build () {
cd $name-$version/linux
make PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install
2012-02-19 14:04:36 +01:00
rm $PKG/usr/man/man1/spectrwm_*.1
ln -sf spectrwm $PKG/usr/bin/scrotwm
2010-11-15 18:31:02 +01:00
}