CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
scrotwm: initial import (verified compilation)
[attic/ports/opt-cross.git] / scrotwm / Pkgfile
1 # Description: Minimalistic tiling window manager
2 # URL: http://www.peereboom.us/scrotwm/html/scrotwm.html
3 # Packager: Juergen Daubert, juergen dot daubert at t-online dot de
4 # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
5 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6 # Depends on: xorg-libxrandr xorg-font-misc-misc xorg-font-alias
7
8 name=scrotwm
9 version=0.9.23
10 release=1
11 source=(http://scrotwm.org/snapshot/$name-$version.tgz)
12
13 build () {
14 cd $name-$version/linux
15 make CC="$CC $CFLAGS" PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install
16 rm -f $PKG/usr/man/man1/scrotwm_*.1
17 }